次の方法で共有


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

指定したファイルの種類がサポートされているかどうかを示します。

実装

適用対象