←Select platform

DicomAnnotationHorizontalAlignmentType Enumeration

Summary

Identifies the horizontal alignment for "Horizontal Alignment" element (0070,0242) in the "Text Style Sequence" (0070,0231).

Syntax

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

Members

ValueMemberDescription
0None The Horizontal Alignment" element (0070,0242) is not present in the "Text Style Sequence" (0070,0231).
1Left The Horizontal Alignment" element (0070,0242) is present and has a value of "LEFT".
2Center The Horizontal Alignment" element (0070,0242) is present and has a value of "CENTER".
3Right The Horizontal Alignment" element (0070,0242) is present and has a value of "RIGHT".
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