Indicates whether to write optional tags writing DicomAnnotationTextOptions, or if optional tags are present when reading a DicomAnnotationTextOptions.
public DicomAnnotationTextOptions TextOptions { get; set; }
Public Property TextOptions As Leadtools.Dicom.DicomAnnotationTextOptions
public Leadtools.Dicom.DicomAnnotationTextOptions TextOptions {get; set;}
<br/>get_TextOptions();<br/>set_TextOptions(value);<br/>Object.defineProperty('TextOptions');
public:
property Leadtools.Dicom.DicomAnnotationTextOptions TextOptions {
Leadtools.Dicom.DicomAnnotationTextOptions get();
void set ( Leadtools.Dicom.DicomAnnotationTextOptions value);
}
The flags that indicate whether to write optional tags writing DicomAnnotationTextOptions, or if optional tags are present when reading a DicomAnnotationTextOptions.
The "Text Style Sequence" (0070,0231) contains optional elements that can be read/written when processing a DicomAnnotationObject. When writing, use these flags to indicate which elements to be included. When reading, these flags indicate which elements are present.
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