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。

适用于