Click or drag to resize

PdfiumFPDFText_GetSchCount Method

Get the number of matched characters in the search result

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static int FPDFText_GetSchCount(
	IntPtr search_handle
)

Parameters

search_handle  IntPtr
A search context handle returned by FPDFText_FindStart(IntPtr, String, FindFlags, Int32).

Return Value

Int32
Number of matched characters
See Also