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

Parameters

point
Type: ComPDFKit.ImportCPoint
Coordinate
tolerance
Type: ComPDFKit.ImportCPoint
Tolerance

Return Value

Type: Int32
Text index
See Also