C#
Objective-C
C++
public enum DicomAnnotationHorizontalAlignmentType
typedef NS_ENUM(NSInteger, LTDicomAnnotationHorizontalAlignmentType) {
LTDicomAnnotationHorizontalAlignmentTypeNone = 0,
LTDicomAnnotationHorizontalAlignmentTypeLeft = 1,
LTDicomAnnotationHorizontalAlignmentTypeCenter = 2,
LTDicomAnnotationHorizontalAlignmentTypeRight = 3,
};
public enum class DicomAnnotationHorizontalAlignmentType
Value | Member | Description |
---|---|---|
0 | None | The Horizontal Alignment" element (0070,0242) is not present in the "Text Style Sequence" (0070,0231). |
1 | Left | The Horizontal Alignment" element (0070,0242) is present and has a value of "LEFT". |
2 | Center | The Horizontal Alignment" element (0070,0242) is present and has a value of "CENTER". |
3 | Right | The Horizontal Alignment" element (0070,0242) is present and has a value of "RIGHT". |
For an example, refer to CreateCompoundGraphic.