Click or drag to resize

PdfiumFPDFText_FindStart Method

Start a search.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static IntPtr FPDFText_FindStart(
	IntPtr text_page,
	string findwhat,
	FindFlags flags,
	int start_index
)

Parameters

text_page  IntPtr
Handle to a text page information structure. Returned by FPDFText_LoadPage(IntPtr) function.
findwhat  String
A unicode match pattern
flags  FindFlags
Option flags. See FindFlags for details
start_index  Int32
Start from this character. -1 for end of the page

Return Value

IntPtr
A handle for the search context. FPDFText_FindClose(IntPtr) must be called to release this handle
See Also