 | PdfiumFPDFText_FindPrev Method |
Search in the direction from page end to start.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static bool FPDFText_FindPrev(
IntPtr search_handle
)
Public Shared Function FPDFText_FindPrev (
search_handle As IntPtr
) As Boolean
public:
static bool FPDFText_FindPrev(
IntPtr search_handle
)
static member FPDFText_FindPrev :
search_handle : IntPtr -> bool
public static boolean FPDFText_FindPrev(
IntPtr search_handle
)
Patagames.Pdf.Pdfium.FPDFText_FindPrev = function(search_handle);
Parameters
- search_handle IntPtr
- A search context handle returned by FPDFText_FindStart(IntPtr, String, FindFlags, Int32)
Return Value
BooleanWhether a match is found.
See Also