VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Annotation.Dicom Namespace / DicomAnnotationData Class / UnitOfMeasure Property
Syntax Remarks Requirements SeeAlso
In This Topic
UnitOfMeasure Property (DicomAnnotationData)
In This Topic
Gets or sets the unit of measure.
Syntax
'Declaration

<CategoryAttribute("Dicom")>
<DescriptionAttribute("The unit of measure.")>
Public Overridable Property UnitOfMeasure As DicomUnitOfMeasure

[Category("Dicom")]
[Description("The unit of measure.")]
public virtual DicomUnitOfMeasure UnitOfMeasure { get; set; }

Property Value

Default value is DicomUnitOfMeasure.Pixel.
Remarks

The ChangeUnitOfMeasure(DicomUnitOfMeasure,VintasoftImage) method must be used if necessary to change unit of measure and all properties, which are depend from unit of measure.

Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also