ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF Namespace / ImGearPDFDocumentPageArray Class / RemoveAt Method
Page index to remove at.




In This Topic
    RemoveAt Method (ImGearPDFDocumentPageArray)
    In This Topic
    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