Updates the attributes of a text annotation object.
public void SetTextObjectInformation(
DicomElement graphicAnnSQItem,
int textObjectIndex,
DicomTextObject textObject
)
Public Sub SetTextObjectInformation( _
ByVal graphicAnnSQItem As Leadtools.Dicom.DicomElement, _
ByVal textObjectIndex As Integer, _
ByVal textObject As Leadtools.Dicom.DicomTextObject _
)
public void SetTextObjectInformation(
Leadtools.Dicom.DicomElement graphicAnnSQItem,
int textObjectIndex,
Leadtools.Dicom.DicomTextObject textObject
)
function Leadtools.Dicom.DicomDataSet.SetTextObjectInformation(
graphicAnnSQItem ,
textObjectIndex ,
textObject
)
public:
void SetTextObjectInformation(
Leadtools.Dicom.DicomElement^ graphicAnnSQItem,
int textObjectIndex,
Leadtools.Dicom.DicomTextObject^ textObject
)
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 to be set.
textObject
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