VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.UI.VisualTools Namespace / WebHighlightToolJS type / removeItemAt Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
removeItemAt Method
In This Topic
Removes the highlighted image region from the highlight tool.
Syntax
var instance = new Vintasoft.Imaging.UI.VisualTools.WebHighlightToolJS();

var value; // Type: any

// Parameters
var index; // Type: number

value = instance.removeItemAt(index);

Parameters

index
Zero-based index of the highlighted image region.
Exceptions
ExceptionDescription
Thrown if argument has wrong type.
Thrown if index is less than zero or index is equal to or greater than items count.
Browser Compatibility
56+
45+
11
See Also