ImageGear .NET v24.12 - Updated
removeFromPage Method

ImageGear.Web.UI Library > ImageGear.Web.UI Namespace > Mark class : removeFromPage Method
Removes the mark from its ArtPage.
Syntax
ASP.NET Ajax Javascript (Specification) 
function removeFromPage() : (Any);
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfMark.removeFromPage();
Remarks

This function removes the mark from its ArtPage. If the mark is not currently part of an ArtPage, this function will do nothing. You can use ArtPage.removeMark for the same purpose, but this function is often more convenient.

See Also

Reference

Mark class
Mark Members