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




ImageGear24.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)
[DefaultMember("Item")]
public abstract class NativeObjectArray<T,TParentType> 
where T: ImGearPDFObject
where TParentType: ImGearPDFObject
[DefaultMember("Item")]
public __gc abstract class NativeObjectArray<T,TParentType> 
where T: ImGearPDFObject
where TParentType: ImGearPDFObject
[DefaultMember("Item")]
generic<typename T>
generic<typename TParentType>
public ref class NativeObjectArray abstract 
where T: ImGearPDFObject
where TParentType: ImGearPDFObject
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