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

In This Topic
    removeAllMarks Method
    In This Topic
    Removes all the marks from the collection.
    Syntax
    ASP.NET Ajax JavaScript (Specification) 
    function removeAllMarks() : (Any);
    ASP.NET Ajax JavaScript (Usage) 
    var resultVar = instanceOfMarkCollection.removeAllMarks();
    Remarks

    This function removes all marks from the collection. If the collection contains no marks, this function will do nothing (and will not raise a markRemoved event).

    After this function removes the marks, it will raise the markRemoved event.

    See Also