VintaSoft Twain .NET SDK Discussions
Questions, comments and suggestions concerning VintaSoft Twain .NET SDK.
Board index < VintaSoft Twain < VintaSoft Twain .NET SDK Discussions
DeviceCapability doubleFeed = device.Capabilities.Find(32854);
if (doubleFeed != null)
{
doubleFeed.SetValue(1); // i also have tried with true instead of 1
}