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 : 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:
|
0x00000100 | SuppressMessageBoxes | Suppresses message boxes that show up before the manufacturer's user interface dialog. |
System.Object
System.ValueType
System.Enum
Leadtools.Twain.TwainFastUserInterfaceFlags