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

In This Topic
    addMark Method
    In This Topic
    Adds a mark to the collection.
    Syntax
    ASP.NET Ajax JavaScript (Specification) 
    function addMark( 
       mark : Mark
    ) : (Any);
    ASP.NET Ajax JavaScript (Usage) 
    var resultVar = instanceOfMarkCollection.addMark(Mark);

    Parameters

    mark
    The mark to add to the collection.
    Remarks

    The function will add a mark to the the collection. If the mark is already present in the collection, this function will do nothing (and will not raise the markAdded event).

    After this function has added the new mark to the collection, it will raise the markAdded event.

    See Also