VintaSoft Twain .NET SDK Discussions

Questions, comments and suggestions concerning VintaSoft Twain .NET SDK.

Board index < VintaSoft Twain < VintaSoft Twain .NET SDK Discussions

We are migrating to new forums engine, no new registration or posting currently available. TIA for your patience.

Exception during FeederEnabled property settings



Exception during FeederEnabled property settings

Post by Alex75 »

Hi,
I try to set FeederEnabled property, but I get exception - "Error to set capability value."
My scaner model is hp scanjet 5550c.
Pls, see code below
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


Re: Exception during FeederEnabled property settings

Post by Alex »

Hello Alex,

Some of scanners does not allow to change value of the FeederEnabled property and value of this property always set to True. Please check property value before setting it.

Also please share your experience with scanner on our forum here: https://www.vintasoft.com/forums/viewforum.php?f=19

Best regards, Alexander


Page 1 from 1: 1