 | PdfiumFPDFText_FindNext Method |
Search in the direction from page start to end.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntaxpublic static bool FPDFText_FindNext(
IntPtr search_handle
)
Public Shared Function FPDFText_FindNext (
search_handle As IntPtr
) As Boolean
public:
static bool FPDFText_FindNext(
IntPtr search_handle
)
static member FPDFText_FindNext :
search_handle : IntPtr -> bool public static boolean FPDFText_FindNext(
IntPtr search_handle
)
Patagames.Pdf.Pdfium.FPDFText_FindNext = 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