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


ImageGear24.Formats.Pdf Assembly > ImageGear.Formats.PDF.Forms.Internal Namespace : NativeObjectArray<T,TParentType> Class

The following tables list the members exposed by NativeObjectArray<T,TParentType>.

Protected Fields
 NameDescription
Protected Field The Parent object this array is attached to.  
Protected Field A version variable to keep track of list changes. Incremented when adding or removing items.  
Top
Public Properties
 NameDescription
Public Property Gets the number of items in the array.  
Public Property Gets a value indicating whether the list is read-only.  
Public Property Gets an item from the array by index.  
Top
Public Methods
 NameDescription
Public Method Adds an item to the list.  
Public Method Removes all items from the list. Removes all items from the list.  
Public Method Determines whether the list contains a specific item.  
Public Method Copies the options of the options collection to an System.Array, starting at a particular System.Array index.  
Public Method Returns an enumerator that iterates through all the items in the list.  
Public Method Determines the index of a specific item in the list.  
Public Method This method is not supported.  
Public Method Removes an item from the native object array. Removes a specific item from the list.  
Public Method Removes the item from the list by specified index.  
Top
See Also

Reference

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