Click or drag to resize

PdfiumFPDFText_FindNext Method

Search in the direction from page start to end.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntax
public static bool FPDFText_FindNext(
	IntPtr search_handle
)

Parameters

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

Return Value

Boolean
Whether a match is found
See Also