ImageGear .NET - Updated July 5, 2018
Item Property (ImGearDocumentPageArray)




ImageGear24.Core Assembly > ImageGear.Core Namespace > ImGearDocumentPageArray Class : Item Property
Index of the page to get or set.
Gets or sets the page at the specified index.
Syntax
'Declaration
 
Public Overridable Default Property Item( _
   ByVal index As Integer _
) As ImGearPage
 
'Usage
 
Dim instance As ImGearDocumentPageArray
Dim index As Integer
Dim value As ImGearPage
 
instance.Item(index) = value
 
value = instance.Item(index)

Parameters

index
Index of the page to get or set.

Property Value

ImGearPage class object.
See Also

Reference

ImGearDocumentPageArray Class
ImGearDocumentPageArray Members
ImGearPage Class