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。

适用于