 | PdfiumFPDFClipPath_GetText Method |
Get the the page text object contained in the clipping path object at the specified index.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static IntPtr FPDFClipPath_GetText(
IntPtr hClipPath,
int index
)
Public Shared Function FPDFClipPath_GetText (
hClipPath As IntPtr,
index As Integer
) As IntPtr
public:
static IntPtr FPDFClipPath_GetText(
IntPtr hClipPath,
int index
)
static member FPDFClipPath_GetText :
hClipPath : IntPtr *
index : int -> IntPtr
public static IntPtr FPDFClipPath_GetText(
IntPtr hClipPath,
int index
)
Patagames.Pdf.Pdfium.FPDFClipPath_GetText = function(hClipPath, index);
Parameters
- hClipPath IntPtr
- Handle to a clipping path object. Returned by FPDFPageObj_GetClipPath(IntPtr), FPDF_CreateEmptyClipPath or FPDF_CreateClipPath(Single, Single, Single, Single).
- index Int32
- the zero-based index of the text within the clipping path object.
Return Value
IntPtrHandle to the page text object.
See Also