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);
function set_Negative(
: boolean
) : any;
Parameters
- value
- True if DICOM viewer should invert colors of DICOM image; otherwise, false. Default value is false.
Browser Compatibility
See Also