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
| Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also