Gets a value indicating whether DICOM viewer should invert colors of DICOM image.
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.