ImageScannerFlatbedConfiguration.MinBrightness Property

Definition

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

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

Property Value

Int32

int

The minimum brightness level, typically -1000.

Implements

Remarks

This property's value must be smaller than or equal to the value of the MaxBrightness 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