共用方式為


ImageScanner.IsPreviewSupported(ImageScannerScanSource) 方法

定義

判斷指定的掃描來源是否支援掃描預覽。

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。

適用於