Click or drag to resize

PdfPageObjectCreate Method

Identifies the type of the specified object and creates an instance of this type.

Namespace: Patagames.Pdf.Net
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntax
public static PdfPageObject Create(
	IntPtr handle
)

Parameters

handle  IntPtr
A handle to the page object.

Return Value

PdfPageObject
The instance of a newly created object
See Also