saraff-9EB1047A4BEB4cef8506B29BA325BD5A / Saraff.Twain.NET

Saraff.Twain.NET is the skillful scanning component which allows you to control work of flatbed scanner, web and digital camera and any other TWAIN device from .NET environment. You can use this library in your programs written in any programming languages compatible with .NET technology.
GNU General Public License v3.0
102 stars 35 forks source link

The 'Duplex.isSupport()' function doesn't define a duplex scanner #110

Closed ilyavirichcodecare closed 10 months ago

ilyavirichcodecare commented 11 months ago

Hi, I am using the 'es-400' scanner to test duplex functionality. The 'isSupport' function '_twain32.Capabilities.Duplex.IsSupported(TwQC.GetCurrent)' doesn't define it like a duplex scanner. I tried to set property without check _twain32.Capabilities.DuplexEnabled.Set(true) and it throws an exception 'Saraff.Twain.TwainException: 'Unknown capability.'' In default 'Windows Fax and Scan' app. I can set 'Feeder(scan both sider)'. How can I scan both sides with 'saraff.twain' package? Could you please help me?

saraff-9EB1047A4BEB4cef8506B29BA325BD5A commented 11 months ago

Hello, @ilyavirichcodecare In first, try see follow issues: