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);
function set_SelectedItem(
: number
) : any;
Parameters
- index
- Index of the highlighted image region that should be selected in the image viewer.
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
| Thrown if item with specified index does not exist. |
Browser Compatibility
See Also