ImageGear .NET - Updated October 26, 2017
NativeObjectArray<T,TParentType> Class
Members 




ImageGear23.Formats.Pdf Assembly > ImageGear.Formats.PDF.Forms.Internal Namespace : NativeObjectArray<T,TParentType> Class
The type of the managed resource.
The type of the parent containing this object.
An array of unmanaged resources. This is an internal class.
Object Model
NativeObjectArray<T,TParentType> Class
Syntax
'Declaration
 
<DefaultMemberAttribute("Item")>
Public MustInherit Class NativeObjectArray
    (Of T As ImGearPDFObject,
     TParentType As ImGearPDFObject) 
 
'Usage
 
Dim instance As NativeObjectArray(Of T,TParentType)
Type Parameters
T
The type of the managed resource.
TParentType
The type of the parent containing this object.
Inheritance Hierarchy

System.Object
   ImageGear.Formats.PDF.Forms.Internal.NativeObjectArray<T,TParentType>
      ImageGear.Formats.PDF.Forms.FieldArray

See Also

Reference

NativeObjectArray<T,TParentType> Members
ImageGear.Formats.PDF.Forms.Internal Namespace