ImageScannerFlatbedConfiguration.MaxBrightness Property

Definition

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

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

Property Value

Int32

int

The maximum brightness level, typically 1000.

Implements

Remarks

This property's value must be greater than or equal to the value of the MinBrightness property. A scan source that doesn't allow brightness adjustments can have MinBrightness, MaxBrightness and DefaultBrightness set to the same value-oftentimes 0, and the BrightnessStep value set to 0.

Applies to