RemoveTextObject method (ILEADDicomDS Interface)

VB.NET example

C# example

Visual Basic example

Visual C++ 5.0 example

 

Syntax

short RemoveTextObject(long lTextObjectIndex);

Overview

Refer to Working with DICOM Annotations

Remarks

The RemoveTextObject method removes a text annotation object that is defined in one of the Items (the one specified by the CurrentElement property) of the "Graphic Annotation Sequence" (0070,0001) in the "Graphic Annotation Module".

The "Graphic Annotation Sequence" Item should be specified by the CurrentElement property when calling the method.

See Also

Elements:

GetTextObjectCount method, RemoveAllTextObjects method, CreateTextObject method, RemoveGraphicObject method

Topics:

ILEADDicomDS Interface, IDicomTextObjectAttributes Interface

 

Dicom Annotations: Text Objects