Click or drag to resize

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
C#
public int GetCharIndexAtPos(
	CPoint point,
	CPoint tolerance
)

Parameters

point
Type: CPoint
Coordinate
tolerance
Type: CPoint
Tolerance

Return Value

Type: Int32
Text index
See Also