IImageScannerFormatConfiguration Interface

Definition

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

public interface class IImageScannerFormatConfiguration
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Devices.Scanners.ScannerDeviceContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(2921815313, 56031, 16400, 191, 16, 204, 165, 200, 61, 203, 176)]
struct IImageScannerFormatConfiguration
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Devices.Scanners.ScannerDeviceContract), 65536)]
[Windows.Foundation.Metadata.Guid(2921815313, 56031, 16400, 191, 16, 204, 165, 200, 61, 203, 176)]
public interface IImageScannerFormatConfiguration
Public Interface IImageScannerFormatConfiguration
Derived
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)

Properties

DefaultFormat

Gets 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 whether the input scanner supports the specified file format or not.

Applies to