←Select platform

DicomAnnotationVerticalAlignmentType Enumeration

Summary

Identifies the vertical alignment for "Vertical Alignment" element (0070,0243) in the "Text Style Sequence" (0070,0231).

Syntax

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

Members

ValueMemberDescription
0None The Vertical Alignment" element (0070,0243) is not present in the "Text Style Sequence" (0070,0231).
1Top The Vertical Alignment" element (0070,0243) is present and has a value of "TOP".
2Center The Vertical Alignment" element (0070,0243) is present and has a value of "CENTER".
3Bottom The Vertical Alignment" element (0070,0243) is present and has a value of "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