BoundingBoxTextJustification property (IDicomTextObjectAttributes Interface)

VB.NET example

C# example

Visual Basic example

Visual C++ 5.0 example

 

Syntax

DicomTextJustificationTypes BoundingBoxTextJustification

Overview

Refer to Working with DICOM Annotations

Remarks

The BoundingBoxTextJustification property specifies the value of the "Bounding Box Text Horizontal Justification" (0070,0012) element. Possible values are:

Value

Meaning

DICOM_TEXT_JUSTIFICATION_LEFT

[0] "LEFT".

DICOM_TEXT_JUSTIFICATION_RIGHT

[1] "RIGHT".

DICOM_TEXT_JUSTIFICATION_CENTER

[2] "CENTER".

See Also

Elements:

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

Topics:

ILEADDicomDS Interface, IDicomTextObjectAttributes Interface