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);
function set_WindowLevel(
: object
) : any;
Parameters
- value
- An object ({ windowCenter:number, windowWidth:number}), which contains information about window level in DICOM viewer.
Browser Compatibility
See Also