ImageScannerFlatbedConfiguration.IsFormatSupported(ImageScannerFormat) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
确定扫描仪的平板是否支持指定的文件格式。
public:
virtual bool IsFormatSupported(ImageScannerFormat value) = IsFormatSupported;
bool IsFormatSupported(ImageScannerFormat const& value);
public bool IsFormatSupported(ImageScannerFormat value);
function isFormatSupported(value)
Public Function IsFormatSupported (value As ImageScannerFormat) As Boolean
参数
- value
- ImageScannerFormat
文件类型。
返回
Boolean
bool
指示是否支持指定的文件类型。