ImageScannerFeederConfiguration.IsFormatSupported(ImageScannerFormat) 方法

定义

确定扫描程序的馈送器是否支持指定的文件格式。

public:
 virtual bool IsFormatSupported(ImageScannerFormat value) = IsFormatSupported;
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

指示是否支持指定的文件类型。

实现

适用于