ImageGear .NET v25.2 - Updated
ImageGear.Web.UI Library / ImageGear.Web.UI Namespace / ImGearDocumentCollection class / getDocument Method

In This Topic
    getDocument Method
    In This Topic
    Returns a document in the collection.
    Syntax
    ASP.NET Ajax JavaScript (Specification) 
    function getDocument( 
       index : number(Integer)
    ) : (Any);
    ASP.NET Ajax JavaScript (Usage) 
    var resultVar = instanceOfImGearDocumentCollection.getDocument(number(Integer));

    Parameters

    index
    The zero-based index of the ImGearDocument object to return.
    Remarks

    This function returns the document in the collection at the requested index.

    See Also