次の方法で共有


IImageScannerSourceConfiguration.MinBrightness プロパティ

定義

スキャン ソースでサポートされている最小輝度レベルを取得します。

public:
 property int MinBrightness { int get(); };
int MinBrightness();
public int MinBrightness { get; }
var int32 = iImageScannerSourceConfiguration.minBrightness;
Public ReadOnly Property MinBrightness As Integer

プロパティ値

Int32

int

最小輝度レベル (通常は -1000)。

注釈

このプロパティの値は、 MaxBrightness プロパティの値以下である必要があります。 明るさの調整を許可しないスキャン ソースでは、 MinBrightnessMaxBrightnessDefaultBrightness を同じ値 oftentimes 0 に設定し、 BrightnessStep 値を 0 に設定できます。

適用対象