ImageGear .NET v25.2 - Updated
ImageGear.Web.UI Library / ImageGear.Web.UI Namespace / Mark class / removeFromPage Method

In This Topic
    removeFromPage Method
    In This Topic
    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