ImageGear .NET - Updated December 24, 2018
Count Property (NativeObjectArray<T,TParentType>)




ImageGear24.Formats.Pdf Assembly > ImageGear.Formats.PDF.Forms.Internal Namespace > NativeObjectArray<T,TParentType> Class : Count Property
Gets the number of items in the array.
Syntax
'Declaration
 
Public ReadOnly Property Count As Integer
 
'Usage
 
Dim instance As NativeObjectArray(Of T,TParentType)
Dim value As Integer
 
value = instance.Count

Property Value

The number of items in the array.
See Also

Reference

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