VintaSoft Imaging .NET SDK 12.5: Documentation for Web developer
Vintasoft.Imaging.UI Namespace / WebImageViewerJS type / get_FocusedIndex Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_FocusedIndex Method
    In This Topic
    Gets the index of focused image.
    Syntax
    var instance = new Vintasoft.Imaging.UI.WebImageViewerJS(controlId);
    
    var value; // Type: number
    value = instance.get_FocusedIndex();
    
    
    function get_FocusedIndex() : number;
    

    Return Value

    Zero-based index of focused image if image viewer has focused image; otherwise, -1.
    Browser Compatibility
    56+
    45+
    11
    See Also