VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.UI.VisualTools Namespace / WebHighlightToolJS type / get_SelectedItem Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_SelectedItem Method
    In This Topic
    Gets the highlighted image region which is selected in the image viewer.
    Syntax
    var instance = new Vintasoft.Imaging.UI.VisualTools.WebHighlightToolJS();
    
    var value; // Type: number
    value = instance.get_SelectedItem();
    
    
    function get_SelectedItem() : number;
    

    Return Value

    Index of the highlighted image region that is selected in the image viewer.
    Browser Compatibility
    56+
    45+
    11
    See Also