In This Topic
Removes annotation from the collection.
Syntax
var instance = new Vintasoft.Imaging.Annotation.WebAnnotationViewCollectionJS();
var value; // Type: any
// Parameters
var annotation; // Type: WebAnnotationViewJS
value = instance.remove(annotation);
Parameters
- annotation
- WebAnnotationViewJS to remove.
Exceptions
| Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also