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

In This Topic
    removeAllPages Method
    In This Topic
    Removes all the pages from the collection.
    Syntax
    ASP.NET Ajax JavaScript (Specification) 
    function removeAllPages() : (Any);
    ASP.NET Ajax JavaScript (Usage) 
    var resultVar = instanceOfImGearPageCollection.removeAllPages();
    Remarks

    This function removes all pages from the collection. If the collection contains no page, this function will do nothing and will not raise the pageRemoved event.

    A pageRemoved event will be raised for each page removed in the collection. Refer to the pageRemoved event for details about the eventArgs.

    See Also