IImageScannerSourceConfiguration.BrightnessStep Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 = iImageScannerSourceConfiguration.brightnessStep;
Public ReadOnly Property BrightnessStep As UInteger
Property Value
The step size to increment or decrement. A typical value is 1.
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.