VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.Dicom Namespace / WebDicomControlJS type / set_ShowSidePanelInFullscreenMode Property
Syntax BrowserCompatibility SeeAlso
In This Topic
set_ShowSidePanelInFullscreenMode Method
In This Topic
Sets a value indicating whether side panel 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_ShowSidePanelInFullscreenMode(value);

Parameters

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