IImageScannerSourceConfiguration.DefaultBrightness 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 default brightness level for the scan source.
public:
property int DefaultBrightness { int get(); };
int DefaultBrightness();
public int DefaultBrightness { get; }
var int32 = iImageScannerSourceConfiguration.defaultBrightness;
Public ReadOnly Property DefaultBrightness As Integer
Property Value
Int32
int
The default brightness level for the scanner.
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.