VintaSoft Imaging .NET SDK 15.0: Documentation for Web developer
Vintasoft.Imaging.Office.UI Namespace / WebDocumentEditorJS type / get_FocusedPageIndex Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_FocusedPageIndex Method
    In This Topic
    Gets the index of focused page.
    Syntax
    var instance = new Vintasoft.Imaging.Office.UI.WebDocumentEditorJS(settings);
    
    var value; // Type: number
    value = instance.get_FocusedPageIndex();
    
    
    function get_FocusedPageIndex() : number;
    

    Return Value

    The index of focused page.
    Browser Compatibility
    56+
    45+
    11
    See Also