FPDFText_GetSchCount function

  1. @Native<FPDF_BOOL Function(FPDF_SCHHANDLE)>(FPDF_SCHHANDLE)>()
int FPDFText_GetSchCount(
  1. 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);