FPDFText_FindPrev method
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
int FPDFText_FindPrev(FPDF_SCHHANDLE handle) {
return _FPDFText_FindPrev(handle);
}