ImageGear .NET v24.12 - Updated
removeMark Method

ImageGear.Web.UI Library > ImageGear.Web.UI Namespace > ArtPage class : removeMark Method
Removes one mark from the page.
Syntax
ASP.NET Ajax Javascript (Specification) 
function removeMark( 
   mark : Mark
) : (Any);
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfArtPage.removeMark(Mark);

Parameters

mark
The mark to remove.
Remarks

This function removes a single mark from the ArtPage. If the ArtPage does not contain the given mark, 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

Reference

ArtPage class
ArtPage Members