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

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

Glossary Item Box

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

©2013. Accusoft Corporation. All Rights Reserved.