ImageGear for .NET
getDocument Method
See Also  Send comments on this topic.
ImageGear.Web.UI Namespace Client API Library > ImageGear.Web.UI Namespace > ImGearDocumentCollection Class : getDocument Method

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

Glossary Item Box

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

©2013. Accusoft Corporation. All Rights Reserved.