ImageGear .NET v24.12 - Updated
getPage Method

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

Reference

ImGearPageCollection class
ImGearPageCollection Members