 | PdfTypeArrayCreate(IntPtr) Method |
Creates new instance of PdfTypeArray class
Namespace: Patagames.Pdf.Net.BasicTypesAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static PdfTypeArray Create(
IntPtr handle
)
Public Shared Function Create (
handle As IntPtr
) As PdfTypeArray
public:
static PdfTypeArray^ Create(
IntPtr handle
)
static member Create :
handle : IntPtr -> PdfTypeArray
public static PdfTypeArray Create(
IntPtr handle
)
Patagames.Pdf.Net.BasicTypes.PdfTypeArray.Create = function(handle);
Parameters
- handle IntPtr
- A handle to the unmanaged Array object.
Return Value
PdfTypeArrayAn instance of PdfTypeArray
See Also