Search found 2 matches

by rbourque
Wed Sep 10, 2008 2:48 pm
Forum: VintaSoft Twain .NET SDK Discussions
Topic: Detect if scanner is connected?
Replies: 5
Views: 12071

Re: Detect if scanner is connected?

My software is for remote invoice approval and is used by 120 users. Only 3 of which use an HP ScanJet 5590 to scan in the images. So if I did the following in a try/catch block it would work? bool bScannerConnected = false; try { Vintasoft.Twain.VSTwain td_Scanner = new Vintasoft.Twain.VSTwain(); t...
by rbourque
Tue Sep 09, 2008 3:22 pm
Forum: VintaSoft Twain .NET SDK Discussions
Topic: Detect if scanner is connected?
Replies: 5
Views: 12071

Detect if scanner is connected?

Is there an easy way to detect if the scanner is connected or not?
I'd like the application I wrote to disable scanning features if the user disconnected the scanner.