Gets or sets the value of the "Fill Mode" element (0070,0257) under one of the items under the "Fill Style Sequence" (0070,0233) in the "Graphic Annotation Module".
public DicomAnnotationFillModeType FillMode { get; set; }
Public Property FillMode As Leadtools.Dicom.DicomAnnotationFillModeType
public Leadtools.Dicom.DicomAnnotationFillModeType FillMode {get; set;}
<br/>get_FillMode();<br/>set_FillMode(value);<br/>Object.defineProperty('FillMode');
public:
property Leadtools.Dicom.DicomAnnotationFillModeType FillMode {
Leadtools.Dicom.DicomAnnotationFillModeType get();
void set ( Leadtools.Dicom.DicomAnnotationFillModeType value);
}
The value of the "Fill Mode" element (0070,0257) under one of the items under the "Fill Style Sequence" (0070,0233) in the "Graphic Annotation Module".
This element is mandatory.
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