ImageScannerFeederConfiguration.MinBrightness 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 minimum brightness level supported by the scanner's feeder.
public:
property int MinBrightness { int get(); };
int MinBrightness();
public int MinBrightness { get; }
var int32 = imageScannerFeederConfiguration.minBrightness;
Public ReadOnly Property MinBrightness As Integer
Property Value
int
The minimum brightness level, typically -1000.
Implements
Remarks
This property's value must be smaller than or equal to the value of the MaxBrightness 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.