VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.Annotation Namespace / WebAnnotationViewCollectionJS type / remove Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
remove Method
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
ExceptionDescription
Thrown if argument has wrong type.
Browser Compatibility
56+
45+
11
See Also