Click or drag to resize

PdfTypeArrayCreate(IntPtr) Method

Creates new instance of PdfTypeArray class

Namespace: Patagames.Pdf.Net.BasicTypes
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static PdfTypeArray Create(
	IntPtr handle
)

Parameters

handle  IntPtr
A handle to the unmanaged Array object.

Return Value

PdfTypeArray
An instance of PdfTypeArray
See Also