This commit is contained in:
Jaidan Sleeba
2024-09-26 11:54:47 +05:30
committed by GitHub

View File

@@ -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