C#
VB
C++
Indicates whether to write optional tags writing DicomAnnotationFillOptions, or if optional tags are present when reading a DicomAnnotationFillOptions.
public DicomAnnotationFillOptions FillOptions { get; set; }
Public Property FillOptions As DicomAnnotationFillOptions
public:
property DicomAnnotationFillOptions FillOptions {
DicomAnnotationFillOptions get();
void set ( DicomAnnotationFillOptions value);
}
The flags that indicate whether to write optional tags writing DicomAnnotationFillOptions, or if optional tags are present when reading a DicomAnnotationFillOptions.
The "Fill Style Sequence" (0070,0233) 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.