ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearDocumentPageArray Class / Item Property
Index of the page to get or set.




In This Topic
Item Property (ImGearDocumentPageArray)
In This Topic
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