←Select platform

SetTextObjectInformation Method

Summary

Updates the attributes of a text annotation object.

Syntax

C#
VB
WinRT C#
C++
public void SetTextObjectInformation(  
   Leadtools.Dicom.DicomElement graphicAnnSQItem, 
   int textObjectIndex, 
   Leadtools.Dicom.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 
)  

Parameters

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.

Example

For an example, refer to FindFirstGraphicAnnSQItem.

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Dicom Assembly
Click or drag to resize