FPDFText_GetSchCount function
- @Native<FPDF_BOOL Function(FPDF_SCHHANDLE)>(FPDF_SCHHANDLE)>()
- FPDF_SCHHANDLE handle
Function: FPDFText_GetSchCount Get the number of matched characters in the search result. Parameters: handle - A search context handle returned by FPDFText_FindStart. Return Value: Number of matched characters.
Implementation
@ffi.Native<ffi.Int Function(FPDF_SCHHANDLE)>()
external int FPDFText_GetSchCount(FPDF_SCHHANDLE handle);