set_ShowMeasurements Method
In This Topic
Sets a value indicating whether DICOM viewer must show measurements.
Syntax
var instance = new Vintasoft.Imaging.Dicom.WebDicomViewerBaseControlJS(parentDiv);
var returnValue; // Type: any
// Parameters
var value; // Type: boolean
returnValue = instance.set_ShowMeasurements(value);
function set_ShowMeasurements(
: boolean
) : any;
Parameters
- value
- True - DICOM viewer must show measurements; False - DICOM viewer must not show measurements.
Browser Compatibility
See Also