本文介绍了微软Windows图像采集库v2.0的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

你好所有

i需要更新我的代码以允许用户选择扫描仪

hello all
i need update my code to allow user choose the scanner

Dim CD As New WIA.CommonDialog
Dim F As WIA.ImageFile = CD.ShowAcquireImage(WIA.WiaDeviceType.ScannerDeviceType)
F.SaveFile("C:\Temp\WIA." + F.FileExtension)



我的代码选择默认扫描程序


my code choose the default scanner

推荐答案


这篇关于微软Windows图像采集库v2.0的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-15 14:35