Indicates the current Twain state. This value can be retrieved from the State property
of the
Device and
TwainController classes.
Namespace:
Atalasoft.Twain
Assembly:
Atalasoft.DotTwain (in Atalasoft.DotTwain.dll) Version: 11.5.0.0.0.156 (.NET 4.6.2, x86)
Syntax Public Enumeration TwainState
Members
| Member name | Description |
---|
| Unloaded | The Twain_32.dll is not loaded. |
| Loaded | The Twain_32.dll is loaded and ready to use. |
| SourceManagerOpen | A connection to the source manager is open. |
| SourceOpen | A connection to the source device is open. |
| SourceEnabled | The device is enabled. The device interface is shown unless HideInterface is true.
|
| ReadyToTransfer | The device indicates that it's ready to begin data transfer. |
| Transferring | Data is being transferred from the device. |
See Also