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

In This Topic
    MarkCollection class
    In This Topic
    A collection of Mark objects.
    Syntax
    ASP.NET Ajax JavaScript (Specification) 
    ImageGear.Web.UI.MarkCollection = function() {};
    ASP.NET Ajax JavaScript (Usage) 
    var instanceVar = new ImageGear.Web.UI.MarkCollection();
    Remarks

    This object is an unordered collection of Mark objects. It will raise events whenever a Mark object is added or removed.

    This object is used primarily for the ArtPage.selectedMarks property, but is available for other uses as well.

    Inheritance Hierarchy

    Object
       ImageGear.Web.UI.MarkCollection

    See Also