Search found 1 match

by Ipdan6
Fri Feb 07, 2014 12:08 pm
Forum: VintaSoft Twain .NET SDK Discussions
Topic: Custom Capability
Replies: 1
Views: 2728

Custom Capability

Hi I'm using a Kodak i1220 Scanner and try to set set the custom capability "Doublefeedstop" (32854). Important to know is that this capability is not readable. But i have to set. My try: DeviceCapability doubleFeed = device.Capabilities.Find(32854); if (doubleFeed != null) { doubleFeed.Se...