mirror of
https://github.com/soukoku/ntwain.git
synced 2026-02-25 13:04:07 +08:00
Merge 2eb98643d6 into c5e2960678
This commit is contained in:
@@ -54,7 +54,8 @@ namespace NTwain.Internals
|
||||
#endregion
|
||||
|
||||
var pending = new TWPendingXfers();
|
||||
var rc = session.DGControl.PendingXfers.Get(pending);
|
||||
var rc = xferImage ? ReturnCode.Success : session.DGControl.PendingXfers.Get(pending);
|
||||
|
||||
if (rc == ReturnCode.Success)
|
||||
{
|
||||
do
|
||||
|
||||
Reference in New Issue
Block a user