TextObjectAttributes property (ILEADDicomDS Interface)
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:
BoundingBoxTLHCornerX property
BoundingBoxTLHCornerY property
BoundingBoxBRHCornerX property
BoundingBoxBRHCornerY property
BoundingBoxTextJustification 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