 | PdfiumFPDFClipPath_GetTextCount Method |
Get the number of text stored in the clipping path object
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static int FPDFClipPath_GetTextCount(
IntPtr hClipPath
)
Public Shared Function FPDFClipPath_GetTextCount (
hClipPath As IntPtr
) As Integer
public:
static int FPDFClipPath_GetTextCount(
IntPtr hClipPath
)
static member FPDFClipPath_GetTextCount :
hClipPath : IntPtr -> int
public static int FPDFClipPath_GetTextCount(
IntPtr hClipPath
)
Patagames.Pdf.Pdfium.FPDFClipPath_GetTextCount = function(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
Int32The number of text stored in the clipping path object; 0 if there are no texts or some error occurred.
See Also