ImageGear .NET v25.2 - Updated
ImageGear.Web.UI Library / ImageGear.Web.UI Namespace / ImGearPageCollection class
Members

In This Topic
    ImGearPageCollection class
    In This Topic
    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