OnConvertLEADAnnObjToDicomAnnObj event (ILEADDicomDS Interface)
void OnConvertLEADAnnObjToDicomAnnObj(VARIANT_BOOL bGraphicObject); | |
Overview |
Refer to Working with DICOM Annotations |
Remarks
The OnConvertLEADAnnObjToDicomAnnObj event is fired for each DICOM annotation object resulted from converting a LEAD annotation object using the ConvertLEADAnnObjToDicomAnnObjs method.
During the handling of the event, the conversion process can be stopped by using the EndConversion method.
See Also