VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Dicom Namespace / WebDicomImageJS type / get_DefaultWindowLevel Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_DefaultWindowLevel Method
    In This Topic
    Gets the default window level.
    Syntax
    var instance = new Vintasoft.Imaging.Dicom.WebDicomImageJS();
    
    var value; // Type: object
    value = instance.get_DefaultWindowLevel();
    
    
    function get_DefaultWindowLevel() : object;
    

    Return Value

    An object ({ windowCenter:number, windowWidth:number}), which contains information about image default window level, if default window level is specified; otherwise, null.
    Browser Compatibility
    56+
    45+
    11
    See Also