次の方法で共有


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。

実装

適用対象