C#
VB
C++
Flags used with TwainSession.Startup method
[FlagsAttribute()]
public enum TwainStartupFlags
<FlagsAttribute()>
Public Enum TwainStartupFlags
[FlagsAttribute()]
public enum class TwainStartupFlags
Members
Value | Member | Description |
---|---|---|
0x00000000 | None | Initialize the TWAIN session without the multi-threaded option |
0x00000001 | InitializeMultithreaded | Initialize the TWAIN session with the multi-threaded option. |
0x00000002 | UseThunkServer | Initialize the TWAIN session with THUNK server option in order to interact with 32-Bit TWAIN drivers from a 64-Bit process. This is helpful in cases where the TWAIN device does not have a 64-Bit driver. |
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