VintaSoft Imaging .NET SDK 14.1: Documentation for Web developer
Vintasoft.Imaging.Office.UI Namespace / WebSpreadsheetDocumentEditorControlJS type / set_ShowFooterPanelInFullscreenMode Property
Syntax BrowserCompatibility SeeAlso
    set_ShowFooterPanelInFullscreenMode Method
    Sets a value indicating whether footer panel is shown in full screen mode.
    Syntax
    var instance = new Vintasoft.Imaging.Office.UI.WebSpreadsheetDocumentEditorControlJS(settings);
    
    var returnValue; // Type: any
    
    // Parameters
    var value; // Type: boolean
    
    returnValue = instance.set_ShowFooterPanelInFullscreenMode(value);
    
    

    Parameters

    value
    A value indicating whether footer panel is shown in full screen mode.
    Browser Compatibility
    56+
    45+
    11
    See Also