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。