VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.UI Namespace / WebDocumentViewerBaseJS type / getFocusedIndex Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    getFocusedIndex Method
    In This Topic
    Returns the index of focused image.
    Syntax
    var instance = new Vintasoft.Imaging.UI.WebDocumentViewerBaseJS(settings);
    
    var value; // Type: number
    value = instance.getFocusedIndex();
    
    
    function getFocusedIndex() : number;
    

    Return Value

    Index of focused image.
    Browser Compatibility
    56+
    45+
    11
    See Also