VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.Dicom Namespace / WebDicomViewerBaseControlJS type / set_MeasurementDefaultUnitsOfMeasure Property
Syntax BrowserCompatibility SeeAlso
In This Topic
set_MeasurementDefaultUnitsOfMeasure Method
In This Topic
Sets the unit of measure for measurements.
Syntax
var instance = new Vintasoft.Imaging.Dicom.WebDicomViewerBaseControlJS(parentDiv);

var returnValue; // Type: any

// Parameters
var value; // Type: WebDicomUnitOfMeasureEnumJS

returnValue = instance.set_MeasurementDefaultUnitsOfMeasure(value);

Parameters

value
The unit of measure for measurements. Default value is Millimeters.
Browser Compatibility
56+
45+
11
See Also