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