A Sandcastle Documented Class Library
A Sandcastle Documented Class Library
ComPDFKit.PDFPage
CPDFTextPage Class
CPDFTextPage Methods
GetBoundedText Method
GetCharIndexAtPos Method
GetCharsRectAtPos Method
GetSelectionForWordAtPos Method
GetSelectText Method
IsValid Method
CPDFTextPage
GetCharsRectAtPos Method
Gets a range representing text in specified area.
Namespace:
ComPDFKit.PDFPage
Assembly:
ComPDFKit.NET (in ComPDFKit.NET.dll) Version: 2.1.0+b8a973db4fce43f68ed31640e557d7c5478d7f58
Syntax
C#
Copy
public
List
<
CRect
>
GetCharsRectAtPos
(
CPoint
startPoint
,
CPoint
endPoint
,
CPoint
tolerance
)
Parameters
startPoint
Type:
ComPDFKit.Import
CPoint
Start point coordinate
endPoint
Type:
ComPDFKit.Import
CPoint
End point coordinate
tolerance
Type:
ComPDFKit.Import
CPoint
Tolerance range
Return Value
Type:
List
CRect
Rectangle list
See Also
Reference
CPDFTextPage Class
ComPDFKit.PDFPage Namespace