Share via


ImageScannerFeederConfiguration.DefaultBrightness プロパティ

定義

スキャナーのフィーダーの既定の明るさレベルを取得します。

public:
 property int DefaultBrightness { int get(); };
int DefaultBrightness();
public int DefaultBrightness { get; }
var int32 = imageScannerFeederConfiguration.defaultBrightness;
Public ReadOnly Property DefaultBrightness As Integer

プロパティ値

Int32

int

スキャナーの既定の明るさレベル。

実装

注釈

明るさの調整を許可しないスキャン ソースでは、 MinBrightnessMaxBrightnessDefaultBrightness を同じ値 oftentimes 0 に設定し、 BrightnessStep 値を 0 に設定できます。

適用対象