←Select platform

DicomAnnotationDashStyleType Enumeration

Summary

Represents the value of the "Line Dashing Style" element (0070,0254) in a "Line Style Sequence" (0070,0232) item.

Syntax

C#
VB
WinRT C#
C++
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

ValueMemberDescription
0None Used for initialization. The "Line Dashing Style" element (0070,0254) is mandatory, so it must be written, or when present when read.
1Solid The "Line Dashing Style" element (0070,0254) has the value "SOLID".
2Dashed The "Line Dashing Style" element (0070,0254) has the value "DASHED".
Example

For an example, refer to CreateCompoundGraphic.

Requirements

Target Platforms

See Also

Reference

Leadtools.Dicom Namespace

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly