typedef enum
{
DOC2_ROTATE_AUTO = 0,
DOC2_ROTATE_NO,
DOC2_ROTATE_RIGHT,
DOC2_ROTATE_DOWN,
DOC2_ROTATE_LEFT,
} DOC2_ROTATEMODE;
The DOC2_ROTATEMODE enumeration specifies which image rotation mode will be used during a forthcoming image processing process.
Value |
Meaning |
DOC2_ROTATE_AUTO |
Automatic image rotation. |
DOC2_ROTATE_NO |
Do not transform the image. |
DOC2_ROTATE_RIGHT |
Rotate image to the right (clockwise). |
DOC2_ROTATE_DOWN |
Rotate image down (rotate twice). |
DOC2_ROTATE_LEFT |
Rotate image to the left (anti-clockwise). |
This enumeration is used by the following structure: