VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.Annotation Namespace / WebAnnotationViewCollectionJS type / removeAt Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
removeAt Method
In This Topic
Removes annotation from the collection.
Syntax
var instance = new Vintasoft.Imaging.Annotation.WebAnnotationViewCollectionJS();

var value; // Type: any

// Parameters
var index; // Type: number

value = instance.removeAt(index);

Parameters

index
Zero-based index of annotation to remove.
Exceptions
ExceptionDescription
Thrown if argument has wrong type.
Thrown if index is less than zero or index is equal to or greater than collection length.
Browser Compatibility
56+
45+
11
See Also