ImageScannerFlatbedConfiguration.MinContrast 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 minimum contrast level supported by the scanner's flatbed.
public:
property int MinContrast { int get(); };
int MinContrast();
public int MinContrast { get; }
var int32 = imageScannerFlatbedConfiguration.minContrast;
Public ReadOnly Property MinContrast As Integer
Property Value
int
The minimum contrast level, typically -1000.
Implements
Remarks
This property's value must be smaller than or equal to the value of the MaxContrast 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.