Click or drag to resize

PdfiumFPDFClipPath_GetTextCount Method

Get the number of text stored in the clipping path object

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

Parameters

hClipPath  IntPtr
Handle to a clipping path object. Returned by FPDFPageObj_GetClipPath(IntPtr), FPDF_CreateEmptyClipPath or FPDF_CreateClipPath(Single, Single, Single, Single).

Return Value

Int32
The number of text stored in the clipping path object; 0 if there are no texts or some error occurred.
See Also