ImageScannerFlatbedConfiguration.MinContrast Property

Definition

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

Int32

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.

Applies to