BoundingBoxUsed property (IDicomTextObjectAttributes Interface)

VB.NET example

C# example

Visual Basic example

Visual C++ 5.0 example

 

Syntax

VARIANT_BOOL BoundingBoxUsed

Overview

Refer to Working with DICOM Annotations

Remarks

The BoundingBoxUsed property indicates whether the values specified by the following properties are valid:

BoundingBoxTLHCornerX property, BoundingBoxTLHCornerY property, BoundingBoxBRHCornerX property, BoundingBoxBRHCornerY property

When creating a new text annotation object using the CreateTextObject method and when updating an exiting object using the SetTextObjectAttributes method, the properties listed above will be ignored unless the BoundingBoxUsed property is set to VARIANT_TRUE. The two methods will return an error if both the BoundingBoxUsed property and the AnchorPointUsed property are set to VARIANT_FALSE.

When retrieving the attributes of a text annotation object using the GetTextObjectAttributes method, the values specified by the properties listed above are not valid unless the BoundingBoxUsed property is updated with VARIANT_TRUE.

See Also

Elements:

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

Topics:

ILEADDicomDS Interface, IDicomTextObjectAttributes Interface