C#
VB
WinRT C#
C++
Represents the value of the "Fill Mode" element (0070,0257) in a "Fill Style Sequence" (0070,0233) item.
public enum DicomAnnotationFillModeType
Public Enum DicomAnnotationFillModeType
public enum DicomAnnotationFillModeType
Leadtools.Dicom.DicomAnnotationFillModeType = function() { };
Leadtools.Dicom.DicomAnnotationFillModeType.prototype = {<br/>
LeadtoolsMemberMarker(replace me)
};
public enum class DicomAnnotationFillModeType
Members
Value | Member | Description |
---|---|---|
0 | None | Used for initialization. The "Fill Mode" element (0070,0257) is mandatory, so it must be written, or when present when read. |
1 | Solid | "Fill Mode" element (0070,0257) has the value "SOLID". |
2 | Stippeled | "Fill Mode" element (0070,0257) has the value "STIPPELED". |
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