ImageGear .NET v24.14 - Updated
RemoveAt Method (ImGearPDFDocumentPageArray)




ImageGear24.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDFDocumentPageArray Class : RemoveAt Method
Page index to remove at.
Removes page at given index.
Syntax
'Declaration
 
Public Overrides NotOverridable Sub RemoveAt( _
   ByVal index As Integer _
) 
'Usage
 
Dim instance As ImGearPDFDocumentPageArray
Dim index As Integer
 
instance.RemoveAt(index)
public override void RemoveAt( 
   int index
)
public: void RemoveAt( 
   int index
) override 
public:
void RemoveAt( 
   int index
) override 

Parameters

index
Page index to remove at.
See Also

Reference

ImGearPDFDocumentPageArray Class
ImGearPDFDocumentPageArray Members