Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt

Use this file to discover all available pages before exploring further.

This enum is implemented in FRE for Windows.
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

NameDescription
SPRA\_Rotation0No rotation.
SPRA\_Rotation180The image to be rotated by 180 degrees.
SPRA\_Rotation270The image to be rotated by 270 degrees.
SPRA\_Rotation90The image to be rotated by 90 degrees.

Used in

IScanSourceSettings::RotationAngle IScanSourceCapabilities::RotationAngles