Click or drag to resize

PdfiumFPDFText_GetSchResultIndex Method

Get the starting character index of the search result.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static int FPDFText_GetSchResultIndex(
	IntPtr search_handle
)

Parameters

search_handle  IntPtr
A search context handle returned by FPDFText_FindStart(IntPtr, String, FindFlags, Int32).

Return Value

Int32
Index for the starting character
See Also