以文本方式查看主题 - Foxtable(狐表) (http://foxtable.net/bbs/index.asp) -- 专家坐堂 (http://foxtable.net/bbs/list.asp?boardid=2) ---- [求助]代码求助 (http://foxtable.net/bbs/dispbbs.asp?boardid=2&id=66912) |
-- 作者:pcxjxjhkw -- 发布时间:2015/4/15 19:46:00 -- [求助]代码求助 红色代码处报错,求解!谢谢 \'扫描图片 \'\'无参数 \'\'返回值:输出图片 Dim imageFile As WIA.imageFile Dim Img As Bitmap Dim cdc As New WIA.CommonDialogClass() Try imageFile = cdc.ShowAcquireImage(WIA.WiaDeviceType.ScannerDeviceType, WIA.WiaImageIntent.TextIntent, WIA.WiaImageBias.MaximizeQuality, "{00000000-0000-0000-0000-000000000000}", True, True,False) If imageFile IsNot Nothing Then img = imageFile.GetBitmap() Return img End If Catch generatedExceptionName As System.Runtime.InteropServices.COMException MessageBox.Show("您的扫描仪尚未准备好!","错误",MessageBoxButtons.OK,MessageBoxIcon.Error) Return Nothing End Try
|
-- 作者:狐狸爸爸 -- 发布时间:2015/4/16 8:40:00 -- 这不是foxtable的代码,你要参考相关技术文档,或咨询扫描仪厂家,或百度查询 。 |
-- 作者:pcxjxjhkw -- 发布时间:2015/4/16 8:52:00 -- img = imageFile.GetBitmap() 主要问题是:如何将扫描到的图片保存到一个变量中?上面的代码出错,求改正。
|
-- 作者:Bin -- 发布时间:2015/4/16 8:53:00 -- 你得联系厂家技术人员才可以知道.或者自己看一下技术文档 |