VintaSoft Imaging .NET SDK 12.4: 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; }
    
    
    [Category("Dicom")]
    [Description("The unit of measure.")]
    public: __property virtual DicomUnitOfMeasure get_UnitOfMeasure();
    public: __property virtual void set_UnitOfMeasure(
    DicomUnitOfMeasure value
    );
    [Category("Dicom")]
    [Description("The unit of measure.")]
    public:
    virtual property DicomUnitOfMeasure UnitOfMeasure { DicomUnitOfMeasure get(); void set(DicomUnitOfMeasure value); }

    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 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also