IImageScannerFormatConfiguration.IsFormatSupported(ImageScannerFormat) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
判斷輸入掃描器是否支援指定的檔案格式。
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。