ImageScannerColorMode
ImageScannerColorMode
ImageScannerColorMode
ImageScannerColorMode
Enum
Definition
Specifies the color modes for the scan source.
public : enum class ImageScannerColorModepublic enum ImageScannerColorModePublic Enum ImageScannerColorMode// You can use this enum in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows Desktop Extension SDK (introduced v10.0.10240.0)
|
| API contract |
Windows.Devices.Scanners.ScannerDeviceContract (introduced v1)
|
Fields
| AutoColor AutoColor AutoColor AutoColor | The device automatically detects the right color mode based on the scan content. In this case the decision between color, grayscale and black and white for example relies on the device, and not the app. |
| Color Color Color Color | 24-bit RGB color (3 channels at 8 bits per channel). |
| Grayscale Grayscale Grayscale Grayscale | 8 bit or 4 bit grayscale (1 channel at 8 or 4 bits per channel). If the device supports both 4 and 8 bit grayscale the DefaultColorMode property will use 8 bit. |
| Monochrome Monochrome Monochrome Monochrome | 1 bit bi-tonal, also called monochrome or ‘black and white’ (1 channel at 1 bit per channel). |
Remarks
If the scanner device doesn't support any of these color modes, the current scan source will be considered unavailable and the app won’t be able to scan from there.