VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.Dicom Namespace / WebDicomImageRulerJS type / set_UnitOfMeasure Property
Syntax BrowserCompatibility SeeAlso
In This Topic
set_UnitOfMeasure Method
In This Topic
Sets units for measurement line.
Syntax
var instance = new Vintasoft.Imaging.Dicom.WebDicomImageRulerJS(dicomViewerControl);

var returnValue; // Type: any

// Parameters
var value; // Type: WebDicomUnitOfMeasureEnumJS

returnValue = instance.set_UnitOfMeasure(value);

Parameters

value
Default value is WebDicomUnitOfMeasureEnumJS.Centimeters.
Browser Compatibility
56+
45+
11
See Also