AnchorPointUsed property (IDicomTextObjectAttributes Interface)
VARIANT_BOOL AnchorPointUsed | |
Overview |
Refer to Working with DICOM Annotations |
Remarks
The AnchorPointUsed property indicates whether the values specified by the following properties are valid:
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 AnchorPointUsed property is set to VARIANT_TRUE. The two methods will return an error if both the AnchorPointUsed property and the BoundingBoxUsed 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 AnchorPointUsed property is updated with VARIANT_TRUE.
See Also