ImageScannerFlatbedConfiguration.MaxContrast Property

Definition

Gets the maximum contrast level supported by the scanner's flatbed.

public:
 property int MaxContrast { int get(); };
int MaxContrast();
public int MaxContrast { get; }
var int32 = imageScannerFlatbedConfiguration.maxContrast;
Public ReadOnly Property MaxContrast As Integer

Property Value

Int32

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.

Applies to