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