VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Dicom Namespace / WebDicomViewerBaseControlJS type / get_Negative Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_Negative Method
    In This Topic
    Gets a value indicating whether DICOM viewer should invert colors of DICOM image.
    Syntax
    var instance = new Vintasoft.Imaging.Dicom.WebDicomViewerBaseControlJS(parentDiv);
    
    var value; // Type: boolean
    value = instance.get_Negative();
    
    
    function get_Negative() : boolean;
    

    Return Value

    True if DICOM viewer should invert colors of DICOM image; otherwise, false.
    Browser Compatibility
    56+
    45+
    11
    See Also