Click or drag to resize

PdfiumFPDFPageObj_Clone Method

Create a new page object based on this page object.

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

Parameters

srcPage_obj  IntPtr
Handle to a page object. Returned by FPDFPageObj_Create(PageObjectTypes) or FPDFPage_GetObject(IntPtr, Int32)

Return Value

IntPtr
Handle to a page object.
See Also