bGraphicObject
Specifies whether the resulted DICOM annotation object, for which the event is being fired, is a graphic object or a text object. Possible values are:
Value |
Meaning |
VARIANT_TRUE |
The resulted object is a graphic annotation object. In this case, the attributes of the object can be obtained by accessing the properties specified by the GraphicObjectAttributes property. |
VARIANT_FALSE |
The resulted object is a text annotation object. In this case, the attributes of the object can be obtained by accessing the properties specified by the TextObjectAttributes property. |