Gets the attributes of a text annotation object.
public DicomTextObject GetTextObjectInformation(
DicomElement graphicAnnSQItem,
int textObjectIndex
)
Public Function GetTextObjectInformation( _
ByVal graphicAnnSQItem As Leadtools.Dicom.DicomElement, _
ByVal textObjectIndex As Integer _
) As Leadtools.Dicom.DicomTextObject
public Leadtools.Dicom.DicomTextObject GetTextObjectInformation(
Leadtools.Dicom.DicomElement graphicAnnSQItem,
int textObjectIndex
)
function Leadtools.Dicom.DicomDataSet.GetTextObjectInformation(
graphicAnnSQItem ,
textObjectIndex
)
public:
Leadtools.Dicom.DicomTextObject^ GetTextObjectInformation(
Leadtools.Dicom.DicomElement^ graphicAnnSQItem,
int textObjectIndex
)
graphicAnnSQItem
An item element under the "Graphic Annotation Sequence" (0070,0001) in the "Graphic Annotation Module".
textObjectIndex
The zero-based index of the text annotation object whose attributes are required.
The text annotation object attributes.
For an example, refer to FindFirstGraphicAnnSQItem.
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