ImageGear v26.3 - Updated
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)
    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