Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.9.21
|
Leadtools.Twain Namespace : TwainStartupFlags Enumeration |
[FlagsAttribute()] public enum TwainStartupFlags : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration
<FlagsAttribute()> Public Enum TwainStartupFlags Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage
Dim instance As TwainStartupFlags
[FlagsAttribute()] public enum class TwainStartupFlags : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Value | Member | Description |
---|---|---|
0x00000000 | None | Initialize the Twain session without multi threaded option |
0x00000001 | InitializeMultithreaded | Initializes the Twain session with multi-threaded option. |
0x00000002 | UseThunkServer | Initializes the Twain session with thunk server option in order interact with 32-Bit TWAIN drivers from a 64-Bit process. This is helpful in cases when your TWAIN device does not have a 64-Bit driver. |
System.Object
System.ValueType
System.Enum
Leadtools.Twain.TwainStartupFlags