C#
VB
C++
(Document/Medical only) Indicates whether to display the manufacturer's user interface and whether to use Thread mode in Fast Twain.
[FlagsAttribute()]public enum TwainFastUserInterfaceFlags
<FlagsAttribute()>Public Enum TwainFastUserInterfaceFlags
[FlagsAttribute()]public enum class TwainFastUserInterfaceFlags
Members
| 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. |
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET
