tmyroadctfig / twaindotnet

MIT License
179 stars 117 forks source link

Capability - Automatic Rotate unsupported #42

Open ts0616 opened 7 years ago

ts0616 commented 7 years ago

When I set the scanner setting of 'Automatic Rotate', the image(s) won't scan, and it gives an error, stating that 'Unsupported capability, Automaticrotate'. The error is thrown from the Capability class, in the GetBasicValue() method.

capability1

When the error occurs: The parameters of the one value field are TwainType: Bool; Value: 0; The twainCapability is 'TwainDotNet.TwainNative.Capabilities.Automaticrotate' The conditionCode is 'TwainDotNet.TwainNative.ConditionCode.CapabilityUnsupported' The other scanner settings, such as 'Use ADF', 'Use UI', and 'B & W' are working successfully.

The scanner is a 'Canon DR-G1130 TWAIN 1.123 (32-32)'. Does anyone have thoughts on troubleshooting steps or on what may be the cause of the issue?