共用方式為


IImageScannerFormatConfiguration.IsFormatSupported(ImageScannerFormat) 方法

定義

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

public:
 bool IsFormatSupported(ImageScannerFormat value);
bool IsFormatSupported(ImageScannerFormat const& value);
public bool IsFormatSupported(ImageScannerFormat value);
function isFormatSupported(value)
Public Function IsFormatSupported (value As ImageScannerFormat) As Boolean

參數

value
ImageScannerFormat

檔案類型。

傳回

Boolean

bool

如果支援指定的檔案類型,則為 True;否則為 False。

適用於