Click or drag to resize

TwainState Enumeration

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.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public enum TwainState
Members
  Member nameDescription
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