VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.Dicom Namespace / WebDicomViewerBaseControlJS type / set_WindowLevel Property
Syntax BrowserCompatibility SeeAlso
In This Topic
set_WindowLevel Method
In This Topic
Sets the window level in DICOM viewer.
Syntax
var instance = new Vintasoft.Imaging.Dicom.WebDicomViewerBaseControlJS(parentDiv);

var returnValue; // Type: any

// Parameters
var value; // Type: object

returnValue = instance.set_WindowLevel(value);

Parameters

value
An object ({ windowCenter:number, windowWidth:number}), which contains information about window level in DICOM viewer.
Browser Compatibility
56+
45+
11
See Also