Removes all text annotation objects, which correspond to the specified item under the "Graphic Annotation Sequence" (0070,0001) in the "Graphic Annotation Module".
public void RemoveLayerTextObjects(
DicomElement graphicAnnSQItem
)
Public Sub RemoveLayerTextObjects( _
ByVal graphicAnnSQItem As Leadtools.Dicom.DicomElement _
)
public void RemoveLayerTextObjects(
Leadtools.Dicom.DicomElement graphicAnnSQItem
)
function Leadtools.Dicom.DicomDataSet.RemoveLayerTextObjects(
graphicAnnSQItem
)
public:
void RemoveLayerTextObjects(
Leadtools.Dicom.DicomElement^ graphicAnnSQItem
)
graphicAnnSQItem
An item element under the "Graphic Annotation Sequence" (0070,0001) in the "Graphic Annotation Module".
This method removes all text annotation objects, which correspond to the specified item under the "Graphic Annotation Sequence" (0070,0001) in the "Graphic Annotation Module".
For an example, refer to CreateLayer.
GetLayerGraphicObjectCount Method
RemoveLayerGraphicObjects Method
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET