Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 906 Bytes

imagescannerflatbedconfiguration_minbrightness.md

File metadata and controls

23 lines (16 loc) · 906 Bytes
-api-id -api-type
P:Windows.Devices.Scanners.ImageScannerFlatbedConfiguration.MinBrightness
winrt property

Windows.Devices.Scanners.ImageScannerFlatbedConfiguration.MinBrightness

-description

Gets the minimum brightness level supported by the scanner's flatbed.

-property-value

The minimum brightness level, typically -1000.

-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.

-examples

-see-also