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