ImageGear for .NET
addMark Method
See Also  Send comments on this topic.
ImageGear.Web.UI Namespace Client API Library > ImageGear.Web.UI Namespace > MarkCollection Class : addMark Method

mark
The mark to add to the collection.

Glossary Item Box

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

©2013. Accusoft Corporation. All Rights Reserved.