Visual Basic (Declaration) | |
---|---|
<FlagsAttribute()> Public Enum TwainFastUserInterfaceFlags Inherits Enum |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
[FlagsAttribute()] public enum TwainFastUserInterfaceFlags : Enum |
Managed Extensions for C++ | |
---|---|
[FlagsAttribute()] __value public enum TwainFastUserInterfaceFlags : public Enum |
C++/CLI | |
---|---|
[FlagsAttribute()] public enum class TwainFastUserInterfaceFlags : public Enum |
Member | Description |
---|---|
None | Default, no user interface is shown. Not all TWAIN Data Sources support this feature. |
Show | Shows the manufacturer's user interface as modeless. |
Modal | Shows the manufacturer's user interface as a modal dialog. Works only if the Show is set. |
UseThread | Enable using thread mode. |
CheckDefaultBitsPerPixel | Tests all supported BPP. |
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
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family