共用方式為


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)

判斷輸入掃描器是否支援指定的檔案格式。

適用於