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

var value; // Type: object
value = instance.get_WindowLevel();

Return Value

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