VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.UI.VisualTools Namespace / WebHighlightToolJS type / set_SelectedItem Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
set_SelectedItem Method
In This Topic
Sets the highlighted image region that should be selected in the image viewer.
Syntax
var instance = new Vintasoft.Imaging.UI.VisualTools.WebHighlightToolJS();

var returnValue; // Type: any

// Parameters
var index; // Type: number

returnValue = instance.set_SelectedItem(index);

Parameters

index
Index of the highlighted image region that should be selected in the image viewer.
Exceptions
ExceptionDescription
Thrown if argument has wrong type.
Thrown if item with specified index does not exist.
Browser Compatibility
56+
45+
11
See Also