ImageGear .NET v24.12 - Updated
getDocument Method

ImageGear.Web.UI Library > ImageGear.Web.UI Namespace > ImGearDocumentCollection class : getDocument Method
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

Reference

ImGearDocumentCollection class
ImGearDocumentCollection Members