Search found 1 match

by Alex75
Fri Apr 03, 2009 5:59 pm
Forum: VintaSoft Twain .NET SDK Discussions
Topic: Exception during FeederEnabled property settings
Replies: 1
Views: 6406

Exception during FeederEnabled property settings

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...