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

> ScanRotationAngleEnum in der ABBYY FineReader Engine API — Optionen für den Scanner-Drehwinkel (nur für Windows).

<Note>
  Diese Aufzählung ist in FRE für Windows implementiert.
</Note>

Die Aufzählungskonstanten von ScanRotationAngleEnum werden verwendet, um den Bilddrehwinkel festzulegen (nachdem die Seite gescannt wurde).

```
typedef enum {
 SPRA_Rotation0,
 SPRA_Rotation90,
 SPRA_Rotation180,
 SPRA_Rotation270
} ScanRotationAngleEnum;
```

<div id="elements">
  ## Elemente
</div>

| Name              | Beschreibung                       |
| ----------------- | ---------------------------------- |
| SPRA\_Rotation0   | Keine Drehung.                     |
| SPRA\_Rotation180 | Das Bild wird um 180 Grad gedreht. |
| SPRA\_Rotation270 | Das Bild wird um 270 Grad gedreht. |
| SPRA\_Rotation90  | Das Bild wird um 90 Grad gedreht.  |

<div id="used-in">
  ## Verwendet in
</div>

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

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