ImageScanner.IsScanSourceSupported(ImageScannerScanSource) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
确定指定的扫描源在扫描程序上是否可用。
public:
virtual bool IsScanSourceSupported(ImageScannerScanSource value) = IsScanSourceSupported;
bool IsScanSourceSupported(ImageScannerScanSource const& value);
public bool IsScanSourceSupported(ImageScannerScanSource value);
function isScanSourceSupported(value)
Public Function IsScanSourceSupported (value As ImageScannerScanSource) As Boolean
参数
- value
- ImageScannerScanSource
扫描源。
返回
Boolean
bool
如果扫描源(平板或送纸器)可用,则为 True;否则为 False。