 | PdfiumFPDFPageObj_CopyClipPath Method |
Copy clip path from one page object to another
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static void FPDFPageObj_CopyClipPath(
IntPtr dstPageObject,
IntPtr srcPageObject
)
Public Shared Sub FPDFPageObj_CopyClipPath (
dstPageObject As IntPtr,
srcPageObject As IntPtr
)
public:
static void FPDFPageObj_CopyClipPath(
IntPtr dstPageObject,
IntPtr srcPageObject
)
static member FPDFPageObj_CopyClipPath :
dstPageObject : IntPtr *
srcPageObject : IntPtr -> unit
public static void FPDFPageObj_CopyClipPath(
IntPtr dstPageObject,
IntPtr srcPageObject
)
Patagames.Pdf.Pdfium.FPDFPageObj_CopyClipPath = function(dstPageObject, 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