ImageGear .NET v25.2 - Updated
ImageGear.Web.UI Library / ImageGear.Web.UI Namespace / ImGearPageCollection class / removePage Method

In This Topic
    removePage Method
    In This Topic
    Removes one page from the collection.
    Syntax
    ASP.NET Ajax JavaScript (Specification) 
    function removePage( 
       index : number(Integer)
    ) : (Any);
    ASP.NET Ajax JavaScript (Usage) 
    var resultVar = instanceOfImGearPageCollection.removePage(number(Integer));

    Parameters

    index
    The zero-based index of the page to remove.
    Remarks

    This function removes a single page from the collection.

    After this function removes the page, it will raise the pageRemoved event.

    See Also