ImageScannerFlatbedConfiguration.DefaultBrightness Property

Definition

Gets the default brightness level for the scanner's flatbed.

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

Property Value

Int32

int

The default brightness level for the scanner.

Implements

Remarks

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