ImageGear .NET - Updated May 30, 2018
RemoveAt Method (ImGearDocumentPageArray)




ImageGear24.Core Assembly > ImageGear.Core Namespace > ImGearDocumentPageArray Class : RemoveAt Method
Page index to remove at.
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

Reference

ImGearDocumentPageArray Class
ImGearDocumentPageArray Members