ScanRotationAngleEnum
ScanRotationAngleEnum enumeration constants are used to set the image rotation angle (once the page has been scanned).
typedef enum {
SPRA_Rotation0,
SPRA_Rotation90,
SPRA_Rotation180,
SPRA_Rotation270
} ScanRotationAngleEnum;
Elements
Name | Description |
---|---|
SPRA_Rotation0 | No rotation. |
SPRA_Rotation180 | The image to be rotated by 180 degrees. |
SPRA_Rotation270 | The image to be rotated by 270 degrees. |
SPRA_Rotation90 | The image to be rotated by 90 degrees. |
Used in
03.07.2024 8:50:44