A Sandcastle Documented Class Library
A Sandcastle Documented Class Library
ComPDFKit.PDFPage
CPDFTextPage Class
CPDFTextPage Methods
GetBoundedText Method
GetCharIndexAtPos Method
GetCharsPointAtPos Method
GetCharsRectAtPos Method
GetSelectionForWordAtPos Method
GetSelectText Method
IsValid Method
CPDFTextPage
GetCharIndexAtPos Method
Gets index of the character at or nearby a certain position on the page.
Namespace:
ComPDFKit.PDFPage
Assembly:
ComPDFKit.NET (in ComPDFKit.NET.dll) Version: 3.0.0+4b8ae91508c7f16ebf511129b42dfd307f45e350
Syntax
C#
Copy
public
int
GetCharIndexAtPos
(
CPoint
point
,
CPoint
tolerance
)
Parameters
point
Type:
ComPDFKit.Import
CPoint
Coordinate
tolerance
Type:
ComPDFKit.Import
CPoint
Tolerance
Return Value
Type:
Int32
Text index
See Also
Reference
CPDFTextPage Class
ComPDFKit.PDFPage Namespace