Click or drag to resize

PdfiumFPDFPageObj_Copy Method

Note: This API is now obsolete.

Copy page object information from one to another

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
[ObsoleteAttribute("This method is obsolete", true)]
public static void FPDFPageObj_Copy(
	IntPtr dstPage_obj,
	IntPtr srcPage_obj
)

Parameters

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