mirror of
https://github.com/soukoku/ntwain.git
synced 2025-12-20 03:59:56 +08:00
Moved TWAIN type reading/writing under one class.
This commit is contained in:
@@ -131,7 +131,7 @@ namespace NTwain
|
||||
var rc = _session.DGControl.Capability.Get(cap);
|
||||
if (rc == ReturnCode.Success)
|
||||
{
|
||||
cap.ReadMultiCapValues(list);
|
||||
CapabilityReader.ReadValue(cap).PopulateFromCapValues(list);
|
||||
}
|
||||
}
|
||||
return list;
|
||||
|
||||
Reference in New Issue
Block a user