ImageScanner.IsPreviewSupported(ImageScannerScanSource) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
判斷指定的掃描來源是否支援掃描預覽。
public:
virtual bool IsPreviewSupported(ImageScannerScanSource scanSource) = IsPreviewSupported;
bool IsPreviewSupported(ImageScannerScanSource const& scanSource);
public bool IsPreviewSupported(ImageScannerScanSource scanSource);
function isPreviewSupported(scanSource)
Public Function IsPreviewSupported (scanSource As ImageScannerScanSource) As Boolean
參數
- scanSource
- ImageScannerScanSource
掃描來源。
傳回
Boolean
bool
如果指定的掃描來源支援預覽,則傳回 True;否則為 False。