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

> ABBYY FineReader Engine API の ScanRotationAngleEnum — スキャナーの回転角度オプション（Windows のみ）。

<Note>
  この列挙型は、Windows 向けの FRE で実装されています。
</Note>

ScanRotationAngleEnum の列挙定数は、画像の回転角度を設定するために使用します (ページのスキャン後) 。

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

<div id="elements">
  ## 要素
</div>

| 名前                | 説明            |
| ----------------- | ------------- |
| SPRA\_Rotation0   | 回転なし。         |
| SPRA\_Rotation180 | 画像を180度回転します。 |
| SPRA\_Rotation270 | 画像を270度回転します。 |
| SPRA\_Rotation90  | 画像を90度回転します。  |

<div id="used-in">
  ## 使用先
</div>

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

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