TextObjectAttributes property (ILEADDicomDS Interface)

VB.NET example

C# example

Visual Basic example

Visual C++ 5.0 example

 

Syntax

IDicomTextObjectAttributes* TextObjectAttributes

Overview

Refer to Working with DICOM Annotations

Remarks

(Read-only) The TextObjectAttributes property specifies the attributes that describe a text annotation object.

When the GetTextObjectAttributes method is called to retrieve the attributes of a text annotation object, the various properties specified by the TextObjectAttributes property are updated with the retrieved values.

When creating a new text annotation object, or when setting the attributes of an existing one, the properties specified by the TextObjectAttributes property should be set to the desired values before calling the CreateTextObject method or the SetTextObjectAttributes method.

The following properties are specified by the TextObjectAttributes property:

LayerName property

TextValue property

BoundingBoxUsed property

AnchorPointUsed property

BoundingBoxUnits property

AnchorPointUnits property

BoundingBoxTLHCornerX property

BoundingBoxTLHCornerY property

BoundingBoxBRHCornerX property

BoundingBoxBRHCornerY property

BoundingBoxTextJustification property

AnchorPointX property

AnchorPointY property

AnchorPointVisible property

These properties are based on some of the attributes of the "Graphic Annotation Module". For more information, refer to the "Graphic Annotation Module Attributes" in the DICOM standard.

See Also

Elements:

CreateTextObject method, GetTextObjectAttributes method, SetTextObjectAttributes method, GraphicObjectAttributes property

Topics:

ILEADDicomDS Interface, IDicomTextObjectAttributes Interface

 

Dicom Annotations: Text Objects