Using a scanner without dialogs in C#

前端 未结 3 915
失恋的感觉
失恋的感觉 2020-12-28 18:47

I\'m building a .Net 4.0 application for remote control of a scanner device. I have tried both TWAIN and WIA libraries, but I have the same problem. Scanning images

3条回答
  •  悲&欢浪女
    2020-12-28 19:05

    // show scanner view 
    guif.ShowUI = 0;
    guif.ModalUI = 0;
    

    You can see in this code that's I've implemented.

提交回复
热议问题