C#
Objective-C
C++
public enum DicomAnnotationShadowStyleType
typedef NS_ENUM(NSInteger, LTDicomAnnotationShadowStyleType) {
LTDicomAnnotationShadowStyleTypeOff = 0,
LTDicomAnnotationShadowStyleTypeNormal = 1,
LTDicomAnnotationShadowStyleTypeOutlined = 2,
};
public enum class DicomAnnotationShadowStyleType
Value | Member | Description |
---|---|---|
0 | Off | The "Shadow Style" element (0070, 0244) is not present, or should not be written. |
1 | Normal | The "Shadow Style" element (0070, 0244) has the value "NORMAL". |
2 | Outlined | The "Shadow Style" element (0070, 0244) has the value "OUTLINED". |
For an example, refer to CreateCompoundGraphic.