VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.Annotation Namespace / WebAnnotationViewCollectionJS type / add Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
add Method
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);

Parameters

annotation
WebAnnotationViewJS to add.
Exceptions
ExceptionDescription
Thrown if argument has wrong type.
Thrown if annotation already exists in collection.
Browser Compatibility
56+
45+
11
See Also