ImageScannerFeederConfiguration.DefaultContrast Property

Definition

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.

Applies to