←Select platform

DicomAnnotationTickAlignmentType Enumeration

Summary

Represents the value of the "Tick Alignment" element (0070,0274) in a "Compound Graphic Sequence" item.

Syntax

C#
VB
WinRT C#
C++
public enum DicomAnnotationTickAlignmentType   
Public Enum DicomAnnotationTickAlignmentType  
    
    
public enum DicomAnnotationTickAlignmentType    
Leadtools.Dicom.DicomAnnotationTickAlignmentType = function() { }; 
Leadtools.Dicom.DicomAnnotationTickAlignmentType.prototype = {<br/> 
  LeadtoolsMemberMarker(replace me) 
 }; 
public enum class DicomAnnotationTickAlignmentType   

Members

ValueMemberDescription
0None The "Tick Alignment" element (0070,0274) is not present, or should not be written
1Top The "Tick Alignment" element (0070,0274) has the value "TOP".
2Center The "Tick Alignment" element (0070,0274) has the value "CENTER".
3Bottom The "Tick Alignment" element (0070,0274) has the value "BOTTOM".
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