FPDFText_FindPrev function

  1. @Native<FPDF_BOOL Function(FPDF_SCHHANDLE)>(FPDF_SCHHANDLE)>()
int FPDFText_FindPrev(
  1. FPDF_SCHHANDLE handle
)

Function: FPDFText_FindPrev Search in the direction from page end to start. 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_FindPrev(FPDF_SCHHANDLE handle);