VintaSoft Imaging .NET SDK 14.0: 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);
    
    
    function set_MeasurementDefaultUnitsOfMeasure(
    value
    The unit of measure for measurements. Default value is Millimeters.
    : WebDicomUnitOfMeasureEnumJS
    ) : any;

    Parameters

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