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

In This Topic
    getPage Method
    In This Topic
    Returns a page in the collection at the index specified.
    Syntax
    ASP.NET Ajax JavaScript (Specification) 
    function getPage( 
       index : number(Integer)
    ) : (Any);
    ASP.NET Ajax JavaScript (Usage) 
    var resultVar = instanceOfImGearPageCollection.getPage(number(Integer));

    Parameters

    index
    The zero-based index of the ImGearPage to return.
    Remarks

    This function returns the page located at the index in the collection.

    See Also