ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearDocumentPageArray Class / Remove Method
Page to remove.




In This Topic
    Remove Method (ImGearDocumentPageArray)
    In This Topic
    Removes a page from the array.
    Syntax
    'Declaration
     
    Public Overridable Sub Remove( _
       ByVal value As ImGearPage _
    ) 
    'Usage
     
    Dim instance As ImGearDocumentPageArray
    Dim value As ImGearPage
     
    instance.Remove(value)
    public virtual void Remove( 
       ImGearPage value
    )
    public: virtual void Remove( 
       ImGearPage* value
    ) 
    public:
    virtual void Remove( 
       ImGearPage^ value
    ) 

    Parameters

    value
    Page to remove.
    See Also