ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearDocumentPageArray Class / RemoveAt Method
Page index to remove at.




In This Topic
RemoveAt Method (ImGearDocumentPageArray)
In This Topic
This method removes page with specified index from the array.
Syntax
'Declaration
 
Public Overridable Sub RemoveAt( _
   ByVal index As Integer _
) 
 
'Usage
 
Dim instance As ImGearDocumentPageArray
Dim index As Integer
 
instance.RemoveAt(index)

Parameters

index
Page index to remove at.
See Also