BoundingBoxUnits property (IDicomTextObjectAttributes Interface)

VB.NET example

C# example

Visual Basic example

Visual C++ 5.0 example

 

Syntax

DicomMeasureUnits BoundingBoxUnits

Overview

Refer to Working with DICOM Annotations

Remarks

The BoundingBoxUnits property specifies the value of the "Bounding Box Annotation Units" (0070,0003) element. Possible values are:

Value

Meaning

DICOM_UNIT_PIXEL

[1] "PIXEL".

DICOM_UNIT_DISPLAY

[2] "DISPLAY".

See Also

Elements:

BoundingBoxUsed property, BoundingBoxTLHCornerX property, BoundingBoxTLHCornerY property, BoundingBoxBRHCornerX property, BoundingBoxBRHCornerY property, BoundingBoxTextJustification property, TextObjectAttributes property, CreateTextObject method, GetTextObjectAttributes method, SetTextObjectAttributes method

Topics:

ILEADDicomDS Interface, IDicomTextObjectAttributes Interface