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

Glossary Item Box

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

©2013. Accusoft Corporation. All Rights Reserved.