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

var returnValue; // Type: any

// Parameters
var value; // Type: boolean

returnValue = instance.set_Negative(value);

Parameters

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