C#
Objective-C
C++
public enum DicomAnnotationVerticalAlignmentType
typedef NS_ENUM(NSInteger, LTDicomAnnotationVerticalAlignmentType) {
LTDicomAnnotationVerticalAlignmentTypeNone = 0,
LTDicomAnnotationVerticalAlignmentTypeTop = 1,
LTDicomAnnotationVerticalAlignmentTypeCenter = 2,
LTDicomAnnotationVerticalAlignmentTypeBottom = 3,
};
public enum class DicomAnnotationVerticalAlignmentType
Value | Member | Description |
---|---|---|
0 | None | The Vertical Alignment" element (0070,0243) is not present in the "Text Style Sequence" (0070,0231). |
1 | Top | The Vertical Alignment" element (0070,0243) is present and has a value of "TOP". |
2 | Center | The Vertical Alignment" element (0070,0243) is present and has a value of "CENTER". |
3 | Bottom | The Vertical Alignment" element (0070,0243) is present and has a value of "BOTTOM". |
For an example, refer to CreateCompoundGraphic.