次の方法で共有


IImageScannerSourceConfiguration.MaxContrast プロパティ

定義

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

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

プロパティ値

Int32

int

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

注釈

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

適用対象