Click or drag to resize

PdfPageObjectCopy Method

Note: This API is now obsolete.

Copy page object information from one to another

Namespace: Patagames.Pdf.Net
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntax
[ObsoleteAttribute("This method is obsolete", true)]
public void Copy(
	PdfPageObject srcObj
)

Parameters

srcObj  PdfPageObject
Handle to source page object
See Also