ImageScannerFlatbedConfiguration.BrightnessStep Property

Definition

Gets the step size at which the brightness levels of the data source can be increased or decreased between the minimum and maximum values.

public:
 property unsigned int BrightnessStep { unsigned int get(); };
uint32_t BrightnessStep();
public uint BrightnessStep { get; }
var uInt32 = imageScannerFlatbedConfiguration.brightnessStep;
Public ReadOnly Property BrightnessStep As UInteger

Property Value

UInt32

unsigned int

uint32_t

The step size to increment or decrement. A typical value is 1.

Implements

Remarks

If the scanner doesn't allow brightness changes, then the MinBrightness, MaxBrightness and DefaultBrightness are set to the same value-oftentimes 0, and the BrightnessStep is set to 0. Your app can determine if the scan source doesn't support brightness adjustments by reading the BrightnessStep value. If the value is greater than 0, the scan source supports brightness adjustments.

Applies to