TwainControllerGetConditionCode Method (TwainIdentity) |
Returns the condition code from the source device.
Namespace:
Atalasoft.Twain
Assembly:
Atalasoft.DotTwain (in Atalasoft.DotTwain.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntaxpublic TwainConditionCode GetConditionCode(
TwainIdentity device
)
Public Function GetConditionCode (
device As TwainIdentity
) As TwainConditionCode
Parameters
- device
- Type: Atalasoft.TwainTwainIdentity
The device identity that is being accessed.
Return Value
Type:
TwainConditionCode A condition code providing more information about the last action performed.
Exceptions| Exception | Condition |
|---|
| Thrown if the source manager is not open. |
See Also