Gets or sets a value that represents the single item that is presented in the "Text Style Sequence" (0070,0231).
public DicomTextStyle TextStyle { get; set; }
Public Property TextStyle As Leadtools.Dicom.DicomTextStyle
public Leadtools.Dicom.DicomTextStyle TextStyle {get; set;}
<br/>get_TextStyle();<br/>set_TextStyle(value);<br/>Object.defineProperty('TextStyle');
public:
property Leadtools.Dicom.DicomTextStyle^ TextStyle {
Leadtools.Dicom.DicomTextStyle^ get();
void set ( Leadtools.Dicom.DicomTextStyle^ value);
}
A value that represents the single item that is presented in the "Text Style Sequence" (0070,0231).
The "Text Style Sequence" (0070,0231) is an optional sequence that can be read or written when processing a DicomCompoundGraphic. When writing, include or exclude the Text flag in the Options to indicate if this sequence should be included. When reading, the Text flag indicates if the "Text Style Sequence" is present. For more information, see Options.
For an example, refer to CreateCompoundGraphic.
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