ImageGear .NET v24.14 - Updated
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)
public virtual void RemoveAt( 
   int index
)
public: virtual void RemoveAt( 
   int index
) 
public:
virtual void RemoveAt( 
   int index
) 

Parameters

index
Page index to remove at.
See Also

Reference

ImGearDocumentPageArray Class
ImGearDocumentPageArray Members