 | PdfiumFPDFPageObj_GetClipPath Method |
Get clipping path of page object.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static IntPtr FPDFPageObj_GetClipPath(
IntPtr hPageObject
)
Public Shared Function FPDFPageObj_GetClipPath (
hPageObject As IntPtr
) As IntPtr
public:
static IntPtr FPDFPageObj_GetClipPath(
IntPtr hPageObject
)
static member FPDFPageObj_GetClipPath :
hPageObject : IntPtr -> IntPtr
public static IntPtr FPDFPageObj_GetClipPath(
IntPtr hPageObject
)
Patagames.Pdf.Pdfium.FPDFPageObj_GetClipPath = function(hPageObject);
Parameters
- hPageObject IntPtr
- Handle to a page object. Returned by FPDFPageObj_Create(PageObjectTypes) or FPDF_CreateEmptyClipPath
Return Value
IntPtrA handle to the cliping path object.
See Also