ImageGear .NET - Updated November 28, 2017
Item Property (ImGearPDFDocumentPageArray)




ImageGear23.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDFDocumentPageArray Class : Item Property
Page index.
Gets or sets an individual page.
Syntax
'Declaration
 
Public Overrides NotOverridable Default Property Item( _
   ByVal index As Integer _
) As ImGearPage
 
'Usage
 
Dim instance As ImGearPDFDocumentPageArray
Dim index As Integer
Dim value As ImGearPage
 
instance.Item(index) = value
 
value = instance.Item(index)

Parameters

index
Page index.
Remarks
This is the indexed property for accessing the individual page from the document.
See Also

Reference

ImGearPDFDocumentPageArray Class
ImGearPDFDocumentPageArray Members
ImGearPage Class