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

New Post: The library maintains a waiting state even after the call of 'AcquireCompleted'

$
0
0
Hello, alevin.
I don't quite understand the purpose of this code:
if (!this._twain32.ShowUI)
            {
                this._twain32.CloseDataSource();
            }
if (!this._twain32.ShowUI)
                {
                    this._twain32.OpenDataSource();

                    this._twain32.DisableAfterAcquire = false;
And this code at all does not make sense, because it is necessary to perform before a Twain32.OpenDSM(). Use TWAIN 2.x
if (this._twain32.IsTwain2Supported)
                    this._twain32.IsTwain2Enable = true;

Viewing all articles
Browse latest Browse all 419

Trending Articles



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