ImageGear .NET - Updated May 30, 2018
Item Property (NativeObjectArray<T,TParentType>)




ImageGear24.Formats.Pdf Assembly > ImageGear.Formats.PDF.Forms.Internal Namespace > NativeObjectArray<T,TParentType> Class : Item Property
The index of the item to retrieve.
Gets an item from the array by index.
Syntax
'Declaration
 
Public Default Property Item( _
   ByVal index As Integer _
) As T
 
'Usage
 
Dim instance As NativeObjectArray(Of T,TParentType)
Dim index As Integer
Dim value As T
 
instance.Item(index) = value
 
value = instance.Item(index)

Parameters

index
The index of the item to retrieve.
See Also

Reference

NativeObjectArray<T,TParentType> Class
NativeObjectArray<T,TParentType> Members