CPDFTextPageGetCharIndexAtPos 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: 2.2.0.0 (2.2.0.0)
Syntax public int GetCharIndexAtPos(
CPoint point,
CPoint tolerance
)
Parameters
- point
- Type: CPoint
Coordinate - tolerance
- Type: CPoint
Tolerance
Return Value
Type:
Int32Text index
See Also