You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 17, 2020. It is now read-only.
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.
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?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
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?
The text was updated successfully, but these errors were encountered: