Quantcast
Channel: Saraff.Twain.NET
Viewing all articles
Browse latest Browse all 419

New Post: Feeder doesn't work

$
0
0
Hello, hgramaje.
Try follow code.
if(this._twain32.Capabilities.FeederEnabled.IsSupported(TwQC.Set)) {
            this._twain32.Capabilities.FeederEnabled.Set(true);

            if(this._twain32.Capabilities.AutoFeed.IsSupported(TwQC.Set)) {
                this._twain32.Capabilities.XferCount.Set(true);
            }
 
            if(this._twain32.Capabilities.XferCount.IsSupported(TwQC.Set)) {
                this._twain32.Capabilities.XferCount.Set(-1);
            }
        }

Viewing all articles
Browse latest Browse all 419

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>