ImageGear .NET v24.12 - Updated
addMark Method

ImageGear.Web.UI Library > ImageGear.Web.UI Namespace > MarkCollection class : addMark Method
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

Reference

MarkCollection class
MarkCollection Members