ImageScannerAutoConfiguration Class

Definition

Represents the auto-configured scan source of the scanner.

public ref class ImageScannerAutoConfiguration sealed : IImageScannerFormatConfiguration
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Devices.Scanners.ScannerDeviceContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class ImageScannerAutoConfiguration final : IImageScannerFormatConfiguration
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Devices.Scanners.ScannerDeviceContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class ImageScannerAutoConfiguration : IImageScannerFormatConfiguration
Public NotInheritable Class ImageScannerAutoConfiguration
Implements IImageScannerFormatConfiguration
Inheritance
Object Platform::Object IInspectable ImageScannerAutoConfiguration
Attributes
Implements

Windows requirements

Device family
Windows Desktop Extension SDK (introduced in 10.0.10240.0)
API contract
Windows.Devices.Scanners.ScannerDeviceContract (introduced in v1.0)

Properties

DefaultFormat

The default file format for the scan source at the beginning of a new scan session.

Format

Gets or sets the current file transfer format for image data acquisition from the device to the client app.

Methods

IsFormatSupported(ImageScannerFormat)

Determines if the input scanner supports the specified file format.

Applies to

See also