Click or drag to resize

PdfiumFPDFPageObj_GetClipPath Method

Get clipping path of page object.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static IntPtr FPDFPageObj_GetClipPath(
	IntPtr hPageObject
)

Parameters

hPageObject  IntPtr
Handle to a page object. Returned by FPDFPageObj_Create(PageObjectTypes) or FPDF_CreateEmptyClipPath

Return Value

IntPtr
A handle to the cliping path object.
See Also