Tattakashi123 / t

Automatically exported from code.google.com/p/twaindotnet
0 stars 0 forks source link

Problem with feeder settings #18

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Hi!

I have two scanners with document feeders - Fujitsu fi-4220c and fi-5750c. But 
I'm unable to set programmatically options FeederEnabled and similar, though it 
is possible to enable such scanning modes via TWAIN GUI. Even when I enable 
feeder via TWAIN GUI option FeederEnabled remains to be false.

What I have to do with this?

Best regards,
Mikhail.

Original issue reported on code.google.com by thecent...@gmail.com on 15 Jul 2010 at 12:49

GoogleCodeExporter commented 8 years ago
Open the DataSource.cs class into the TwainDotNet project, track down all 
Negotiate*() methods (es. NegotiateFeeder()) and try/catch all the 
Capabilities.SetCapability and Capabilities.SetBasicCapability calls.
If the scanner does not support a cap, it will fail even if you set it to false.
This solved the issue for me ;)
The lib is working great now!

Regards,
Edoardo Nosotti

Original comment by edoardo....@gmail.com on 9 Feb 2013 at 1:15

GoogleCodeExporter commented 8 years ago
Great it's works after followed  Edoardo Nosotti recomendations' 

Thank you, best regards ! 

Original comment by anthony....@gmail.com on 13 May 2013 at 1:34