ImageGear .NET - Updated
ImGearPageCollection class
Members  

ImageGear.Web.UI Library > ImageGear.Web.UI Namespace : ImGearPageCollection class
A collection of ImGearPage objects.
Syntax
ASP.NET Ajax Javascript (Specification) 
ImageGear.Web.UI.ImGearPageCollection = function() {};
ASP.NET Ajax Javascript (Usage) 
var instanceVar = new ImageGear.Web.UI.ImGearPageCollection();
Remarks

This object is an ordered list of ImGearPage objects. It holds and returns ImGearPage objects. It raises pageAdded, pageChanged, and pageRemoved events at appropriate times.

This object is used as a property in a ImGearDocument object and for the selectedPages property in the ImGearThumbnailList class.

Inheritance Hierarchy

Object
   ImageGear.Web.UI.ImGearPageCollection

See Also

Reference

ImGearPageCollection Members
ImageGear.Web.UI Namespace