次の方法で共有


IImageScannerSourceConfiguration.DefaultContrast プロパティ

定義

スキャン ソースの既定のコントラスト レベルを取得します。

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

プロパティ値

Int32

int

既定のコントラスト レベル。

注釈

コントラスト調整を許可しないスキャン ソースでは、 MinContrastMaxContrastDefaultContrast を同じ値 (多くの場合は 0) に設定し、 ContrastStep 値を 0 に設定できます。

適用対象