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

mark
The mark to remove.

Glossary Item Box

Removes one mark from the collection.

Syntax

ASP.NET Ajax Javascript (Specification) 
function removeMark( 
   mark : Mark
) : (Any);
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfMarkCollection.removeMark(Mark);

Parameters

mark
The mark to remove.

Remarks

This function removes a single mark from the collection. If the mark is not present in the collection, this function will do nothing (and will not raise a markRemoved event).

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

See Also

©2013. Accusoft Corporation. All Rights Reserved.