Flags that indicate whether to write optional tags or sequences when writing a DicomCompoundGraphic, or if optional tags or sequences are present when reading a DicomCompoundGraphic.
public override DicomAnnotationOptions Options { get; set; }
Public Overrides Property Options As Leadtools.Dicom.DicomAnnotationOptions
public override Leadtools.Dicom.DicomAnnotationOptions Options {get; set;}
<br/>get_Options();<br/>set_Options(value);<br/>Object.defineProperty('Options');
public:
property Leadtools.Dicom.DicomAnnotationOptions Options {
Leadtools.Dicom.DicomAnnotationOptions get() override;
void set ( Leadtools.Dicom.DicomAnnotationOptions value) override;
}
The flags that indicate whether to write optional tags or sequences when writing a DicomCompoundGraphic, or if optional tags or sequences are present when reading a DicomCompoundGraphic.
The "Text Style Sequence" (0070,0231), "Line Style Sequence (0070,0232)", and "Fill Style Sequence" (0070,0233) are all optional sequences that can be read or written when processing a DicomCompoundGraphic. When writing, use these flags to indicate which sequences to be included. When reading, these flags indicate which sequences are present. Note that these flags can also be used to include or indicate the presence of the "Graphic Group ID" element (0070,0295).
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