VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Dicom Namespace / WebDicomControlJS type / set_ShowMainMenuHeaderInFullscreenMode Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    set_ShowMainMenuHeaderInFullscreenMode Method
    In This Topic
    Sets a value indicating whether main menu header is shown in full screen mode.
    Syntax
    var instance = new Vintasoft.Imaging.Dicom.WebDicomControlJS(settings);
    
    var returnValue; // Type: any
    
    // Parameters
    var value; // Type: boolean
    
    returnValue = instance.set_ShowMainMenuHeaderInFullscreenMode(value);
    
    
    function set_ShowMainMenuHeaderInFullscreenMode(
    value
    A value indicating whether main menu header is shown in full screen mode.
    : boolean
    ) : any;

    Parameters

    value
    A value indicating whether main menu header is shown in full screen mode.
    Browser Compatibility
    56+
    45+
    11
    See Also