 | PdfTypeArray Constructor |
Construct new instance of PdfTypeArray class from given Handle
Namespace: Patagames.Pdf.Net.BasicTypesAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic PdfTypeArray(
IntPtr Handle
)
Public Sub New (
Handle As IntPtr
)
public:
PdfTypeArray(
IntPtr Handle
)
new :
Handle : IntPtr -> PdfTypeArray
public PdfTypeArray(
IntPtr Handle
)
Patagames.Pdf.Net.BasicTypes.PdfTypeArray = function(Handle);
Parameters
- Handle IntPtr
- A handle to the unmanaged Array object.
See Also