ImageScannerAutoConfiguration.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

如果支持指定的文件类型,则为 True;否则为 False。

实现

适用于