Visual Basic (Declaration) | |
---|---|
<FlagsAttribute()> Public Enum TwainFastUserInterfaceFlags Inherits System.Enum Implements IComparable, IConvertible, IFormattable |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As TwainFastUserInterfaceFlags |
C# | |
---|---|
[FlagsAttribute()] public enum TwainFastUserInterfaceFlags : System.Enum, IComparable, IConvertible, IFormattable |
C++/CLI | |
---|---|
[FlagsAttribute()] public enum class TwainFastUserInterfaceFlags : public System.Enum, IComparable, IConvertible, IFormattable |
Member | Description |
---|---|
CheckDefaultBitsPerPixel | Tests all supported BPP. |
KeepOpen | Keep the TWAIN data source open after scanning.
The TwainFastUserInterfaceFlags.KeepOpen flag works only in the following cases:
|
Modal | Shows the manufacturer's user interface as a modal dialog. Works only if the Show is set. |
None | Default, no user interface is shown. Not all TWAIN Data Sources support this feature. |
Show | Shows the manufacturer's user interface as modeless. |
UseThread | Enable using thread mode. |
System.Object
System.ValueType
System.Enum
Leadtools.Twain.TwainFastUserInterfaceFlags
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7