VintaSoft Imaging .NET SDK 14.0: 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);
    
    
    function set_SelectedItem(
    index
    Index of the highlighted image region that should be selected in the image viewer.
    : number
    ) : any;

    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