IImageScannerSourceConfiguration.MaxBrightness 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 maximum brightness level supported by the scan source.
public:
property int MaxBrightness { int get(); };
int MaxBrightness();
public int MaxBrightness { get; }
var int32 = iImageScannerSourceConfiguration.maxBrightness;
Public ReadOnly Property MaxBrightness As Integer
Property Value
int
The maximum brightness level, typically 1000.
Remarks
This property's value must be greater than or equal to the value of the MinBrightness 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.