IImageScannerFormatConfiguration 接口

定义

在扫描程序输入源将获取的图像数据传输到应用时配置文件格式。

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
派生
属性

Windows 要求

设备系列
Windows Desktop Extension SDK (在 10.0.10240.0 中引入)
API contract
Windows.Devices.Scanners.ScannerDeviceContract (在 v1.0 中引入)

属性

DefaultFormat

获取新扫描会话开始时扫描源的默认文件格式。

Format

获取或设置从设备到客户端应用的图像数据获取的当前文件传输格式。

方法

IsFormatSupported(ImageScannerFormat)

确定输入扫描程序是否支持指定的文件格式。

适用于