In This Topic
Adds annotation view to the end of collection.
Syntax
var instance = new Vintasoft.Imaging.Annotation.WebAnnotationViewCollectionJS();
var value; // Type: any
// Parameters
var annotation; // Type: WebAnnotationViewJS
value = instance.add(annotation);
function add(
: WebAnnotationViewJS
) : any;
Parameters
- annotation
- WebAnnotationViewJS to add.
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
| Thrown if annotation already exists in collection. |
Browser Compatibility
See Also