ImageScannerScanSource Enum
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.
The types of scan source for the scanning device.
public enum class ImageScannerScanSource
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Devices.Scanners.ScannerDeviceContract, 65536)]
enum class ImageScannerScanSource
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Devices.Scanners.ScannerDeviceContract), 65536)]
public enum ImageScannerScanSource
var value = Windows.Devices.Scanners.ImageScannerScanSource.default
Public Enum ImageScannerScanSource
- Inheritance
-
ImageScannerScanSource
- Attributes
Windows requirements
Device family |
Windows Desktop Extension SDK (introduced in 10.0.10240.0)
|
API contract |
Windows.Devices.Scanners.ScannerDeviceContract (introduced in v1.0)
|
Fields
Name | Value | Description |
---|---|---|
Default | 0 | The default source. |
Flatbed | 1 | A flatbed scan source. |
Feeder | 2 | A feeder scan source. |
AutoConfigured | 3 | The scan source is automatically configured. |