 | PdfPageObjectCreate Method |
Identifies the type of the specified object and creates an instance of this type.
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntaxpublic static PdfPageObject Create(
IntPtr handle
)
Public Shared Function Create (
handle As IntPtr
) As PdfPageObject
public:
static PdfPageObject^ Create(
IntPtr handle
)
static member Create :
handle : IntPtr -> PdfPageObject public static PdfPageObject Create(
IntPtr handle
)
Patagames.Pdf.Net.PdfPageObject.Create = function(handle);
Parameters
- handle IntPtr
- A handle to the page object.
Return Value
PdfPageObjectThe instance of a newly created object
See Also