ImageScannerFeederConfiguration.DefaultContrast 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 default contrast level for the scanner's feeder.
public:
property int DefaultContrast { int get(); };
int DefaultContrast();
public int DefaultContrast { get; }
var int32 = imageScannerFeederConfiguration.defaultContrast;
Public ReadOnly Property DefaultContrast As Integer
Property Value
Int32
int
The default contrast level.
Implements
Remarks
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.