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

# ScanBrightnessControlEnum

> ABBYY FineReader Engine API の ScanBrightnessControlEnum — スキャナーの明るさ制御オプション（Windows 専用）。

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

ScanBrightnessControlEnum の列挙定数は、明るさ制御モードの設定に使用されます。

```
typedef enum {
 SBC_Fine,
 SBC_Scanner,
 SBC_Manual
} ScanBrightnessControlEnum;
```

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

| 名前           | 説明                                       |
| ------------ | ---------------------------------------- |
| SBC\_Fine    | 明るさは ABBYY FineReader Engine によって制御されます。 |
| SBC\_Manual  | 明るさはユーザーが設定します。                          |
| SBC\_Scanner | 明るさはスキャナーによって制御されます。                     |

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

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