Click or drag to resize

PdfiumFPDFPageObj_CopyClipPath Method

Copy clip path from one page object to another

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static void FPDFPageObj_CopyClipPath(
	IntPtr dstPageObject,
	IntPtr srcPageObject
)

Parameters

dstPageObject  IntPtr
Handle to a destination page object. Returned by FPDFPageObj_Create(PageObjectTypes) or FPDFPage_GetObject(IntPtr, Int32)
srcPageObject  IntPtr
Handle to a source page object. Returned by FPDFPageObj_Create(PageObjectTypes) or FPDFPage_GetObject(IntPtr, Int32)
See Also