mirror of
https://github.com/soukoku/ntwain.git
synced 2025-08-20 09:15:24 +08:00
Fix querysupport for #49.
This commit is contained in:
parent
9493cfd3b5
commit
4356ed0615
@ -36,6 +36,7 @@ namespace NTwain
|
|||||||
QuerySupports? retVal = null;
|
QuerySupports? retVal = null;
|
||||||
using (TWCapability cap = new TWCapability(capabilityId))
|
using (TWCapability cap = new TWCapability(capabilityId))
|
||||||
{
|
{
|
||||||
|
cap.ContainerType = ContainerType.OneValue;
|
||||||
var rc = _source.DGControl.Capability.QuerySupport(cap);
|
var rc = _source.DGControl.Capability.QuerySupport(cap);
|
||||||
if (rc == ReturnCode.Success)
|
if (rc == ReturnCode.Success)
|
||||||
{
|
{
|
||||||
|
|||||||
@ -23,7 +23,7 @@ namespace NTwain
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// The build release version number.
|
/// The build release version number.
|
||||||
/// </summary>
|
/// </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