EndConversion method (ILEADDicomDS Interface)

VB.NET example

C# example

Visual Basic example

Visual C++ 5.0 example

 

Syntax

void EndConversion(short nReturnValue);

Overview

Refer to Working with DICOM Annotations

Remarks

The EndConversion method terminates the conversion process started by a call to the ConvertLEADAnnObjToDicomAnnObjs method.

The use of the EndConversion method is meaningless unless made during the handling of the OnConvertLEADAnnObjToDicomAnnObj event. When the method is called during the processing of the event, the ConvertLEADAnnObjToDicomAnnObjs method will stop the conversion and return the value specified by the parameter nReturnValue.

See Also

Elements:

ConvertLEADAnnObjToDicomAnnObjs method, OnConvertLEADAnnObjToDicomAnnObj event

Topics:

ILEADDicomDS Interface, IDicomGraphicObjectAttributes Interface, IDicomTextObjectAttributes Interface

 

Dicom Annotations: Converting Between LEADTOOLS Annotations and DICOM Annotations