mirror of
https://github.com/soukoku/ntwain.git
synced 2025-04-05 20:59:23 +08:00
Fix querysupport for #49.
This commit is contained in:
parent
9493cfd3b5
commit
4356ed0615
@ -36,6 +36,7 @@ namespace NTwain
|
||||
QuerySupports? retVal = null;
|
||||
using (TWCapability cap = new TWCapability(capabilityId))
|
||||
{
|
||||
cap.ContainerType = ContainerType.OneValue;
|
||||
var rc = _source.DGControl.Capability.QuerySupport(cap);
|
||||
if (rc == ReturnCode.Success)
|
||||
{
|
||||
|
@ -23,7 +23,7 @@ namespace NTwain
|
||||
/// <summary>
|
||||
/// The build release version number.
|
||||
/// </summary>
|
||||
public const string Build = "3.3.3"; // change this for each nuget release
|
||||
public const string Build = "3.3.4"; // change this for each nuget release
|
||||
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user