ImageScannerFeederConfiguration.MaxContrast Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the maximum contrast level supported by the scanner's feeder.
public:
property int MaxContrast { int get(); };
int MaxContrast();
public int MaxContrast { get; }
var int32 = imageScannerFeederConfiguration.maxContrast;
Public ReadOnly Property MaxContrast As Integer
Property Value
int
The maximum contrast level, typically 1000.
Implements
Remarks
This property's value must be greater than or equal to the value of the MinContrast property. A scan source that doesn't allow contrast adjustments can have MinContrast, MaxContrast and DefaultContrast set to the same value-oftentimes 0, and the ContrastStep value set to 0.