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);
function removeAt(
: number
) : any;
Parameters
- index
- Zero-based index of annotation to remove.
Exceptions
Exception | Description |
| 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
See Also