ScanPageRotationAngleEnum
ScanPageRotationAngleEnum 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
}ScanPageRotationAngleEnum;
Elements
Name | Description |
---|---|
SPRA_Rotation0 | No rotation. |
SPRA_Rotation90 | The image to be rotated by 90 degrees. |
SPRA_Rotation180 | The image to be rotated by 180 degrees. |
SPRA_Rotation270 | The image to be rotated by 270 degrees. |
Used in
8/15/2023 1:19:30 PM