Windows.Devices.Scanners Namespace

Contains the classes, interfaces, structures and other components that are built on top of the Windows Image Acquisition (WIA) COM APIs to provide scan functionality for UWP apps and desktop apps.

Classes

ImageScanner

Represents the properties of images to scan.

ImageScannerAutoConfiguration

Represents the auto-configured scan source of the scanner.

ImageScannerFeederConfiguration

Represents the feeder scan source of the scanner.

ImageScannerFlatbedConfiguration

Represents the flatbed scan source of the scanner.

ImageScannerPreviewResult

Represents the result of a preview scan job.

ImageScannerScanResult

Represents the result of a scan job.

Structs

ImageScannerResolution

Specifies the scan resolution.

Interfaces

IImageScannerFormatConfiguration

Configures the file format when a scanner input source transfers acquired image data to the app.

IImageScannerSourceConfiguration

Queries and configures scan settings that are common to both flatbed and feeder sources.

The scan settings are:

  • Scan region coordinates
  • Scan resolution
  • Color mode

Enums

ImageScannerAutoCroppingMode

Specifies the automatic crop mode of the scanning device.

ImageScannerColorMode

Specifies the color modes for the scan source.

ImageScannerFormat

The type of files to scan to.

ImageScannerScanSource

The types of scan source for the scanning device.

See also