VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.Annotation.UI Namespace / WebAnnotationCommentCollectionJS type / remove Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
remove Method
In This Topic
Removes an annotation comment from the collection.
Syntax
var instance = new Vintasoft.Imaging.Annotation.UI.WebAnnotationCommentCollectionJS(parent);

var value; // Type: any

// Parameters
var comment; // Type: WebAnnotationCommentJS

value = instance.remove(comment);

Parameters

comment
An annotation comment that should be removed.
Exceptions
ExceptionDescription
Thrown if argument has wrong type.
Browser Compatibility
56+
45+
11
See Also