C#
C++/CLI
Python
[DataContractAttribute()]
[FlagsAttribute()]
public enum TwainStartupFlags
public:
[DataContractAttribute,
FlagsAttribute]
enum class TwainStartupFlags sealed
class TwainStartupFlags(Enum):
None = 0
InitializeMultithreaded = 1
UseThunkServer = 2
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. |
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document