> ## 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.

# ScanRotationAngleEnum

<Note>
  This enum is implemented in FRE for Windows.
</Note>

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

[IScanSourceSettings::RotationAngle](/fine-reader/engine/api-reference/mechanism-objects/scansourcesettings#rotationangle)

[IScanSourceCapabilities::RotationAngles](/fine-reader/engine/api-reference/mechanism-objects/scansourcecapabilities#rotationangles)
