VintaSoft Twain .NET SDK Discussions
Questions, comments and suggestions concerning VintaSoft Twain .NET SDK.
Board index < VintaSoft Twain < VintaSoft Twain .NET SDK Discussions
if (vsTwain.FeederPresent)
{
vsTwain.Capability = (int)DeviceCapability.FeederEnabled;
if (vsTwain.IsCapSupported())
{
//vsTwain.AutoFeed = false;
vsTwain.FeederEnabled = _scanSettings.IsDocumentFeederEnabled; // Here "Error to set capability value."-exception is thrown !!!!!!!!!!!!!!!!!!!!!!!
}
}
Thanks