次の方法で共有


IImageScannerSourceConfiguration.MinContrast プロパティ

定義

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

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

プロパティ値

Int32

int

最小コントラスト レベル (通常は -1000)。

注釈

このプロパティの値は 、MaxContrast プロパティの値以下である必要があります。 コントラスト調整を許可しないスキャン ソースでは、 MinContrastMaxContrastDefaultContrast を同じ値 -oftentimes 0 に設定し、 ContrastStep 値を 0 に設定できます。

適用対象