FPDFText_FindNext function
- @Native<FPDF_BOOL Function(FPDF_SCHHANDLE)>(FPDF_SCHHANDLE)>()
- FPDF_SCHHANDLE handle
Function: FPDFText_FindNext Search in the direction from page start to end. Parameters: handle - A search context handle returned by FPDFText_FindStart. Return Value: Whether a match is found.
Implementation
@ffi.Native<FPDF_BOOL Function(FPDF_SCHHANDLE)>()
external int FPDFText_FindNext(FPDF_SCHHANDLE handle);