Skip to main content
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

NameDescription
COM\_AutoCorrect orientation automatically.
COM\_ClockwiseRotate the image clockwise.
COM\_CounterClockwiseRotate the image counterclockwise.
COM\_NoDo not correct orientation.
COM\_UpsideDownRotate the image upside down.

Used in

IPagePreprocessingParams::CorrectOrientationMode