Removes all text annotation objects under the specified "Graphic Annotation Sequence" (0070,0001) item.
public void RemoveAllTextObjects(
DicomElement graphicAnnSQItem
)
Public Sub RemoveAllTextObjects( _
ByVal graphicAnnSQItem As Leadtools.Dicom.DicomElement _
)
public void RemoveAllTextObjects(
Leadtools.Dicom.DicomElement graphicAnnSQItem
)
function Leadtools.Dicom.DicomDataSet.RemoveAllTextObjects(
graphicAnnSQItem
)
public:
void RemoveAllTextObjects(
Leadtools.Dicom.DicomElement^ graphicAnnSQItem
)
graphicAnnSQItem
An item element under the "Graphic Annotation Sequence" (0070,0001) in the "Graphic Annotation Module".
Removes all graphical annotation objects under the specified "Graphic Annotation Sequence" (0070,0001) item.
For an example, refer to FindFirstGraphicAnnSQItem.
FindFirstGraphicAnnSQItem Method
GetTextObjectInformation 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