Click or drag to resize

PdfiumFPDFText_FindPrev Method

Search in the direction from page end to start.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static bool FPDFText_FindPrev(
	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