CorrectOrientationModeEnum
CorrectOrientationModeEnum enumeration constants are used to specify the mode of orientation correction.
typedef enum {
COM_Auto,
COM_No,
COM_Clockwise,
COM_UpsideDown,
COM_CounterClockwise,
} CorrectOrientationModeEnum;
Elements
| Name | Description |
|---|---|
| COM_Auto | Correct orientation automatically. |
| COM_Clockwise | Rotate the image clockwise. |
| COM_CounterClockwise | Rotate the image counterclockwise. |
| COM_No | Do not correct orientation. |
| COM_UpsideDown | Rotate the image upside down. |
Used in
07.11.2025 12:48:30