Leadtools.Twain Namespace : TwainFastUserInterfaceFlags Enumeration |
[FlagsAttribute()] public enum TwainFastUserInterfaceFlags : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration <FlagsAttribute()> Public Enum TwainFastUserInterfaceFlags Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As TwainFastUserInterfaceFlags
[FlagsAttribute()] public enum class TwainFastUserInterfaceFlags : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Value | Member | Description |
---|---|---|
0x00000000 | None | Default, no user interface is shown. Not all TWAIN Data Sources support this feature. |
0x00000001 | Show | Shows the manufacturer's user interface as modeless. |
0x00000002 | Modal | Shows the manufacturer's user interface as a modal dialog. Works only if the Show is set. |
0x00000008 | UseThread | Enable using thread mode. |
0x00000010 | CheckDefaultBitsPerPixel | Tests all supported BPP. |
0x00000020 | KeepOpen | Keep the TWAIN data source open after scanning.
The TwainFastUserInterfaceFlags.KeepOpen flag works only in the following cases:
|
System.Object
System.ValueType
System.Enum
Leadtools.Twain.TwainFastUserInterfaceFlags