←Select platform

TwainStartupFlags Enumeration

Summary
Flags used with TwainSession.Startup method.

Syntax
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 
Members
ValueMemberDescription
0x00000000None Initialize the TWAIN session without the multi-threaded option
0x00000001InitializeMultithreaded Initialize the TWAIN session with the multi-threaded option.
0x00000002UseThunkServer 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.
Requirements

Target Platforms

See Also

Reference

Leadtools.Twain Namespace

Help Version 22.0.2023.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Twain Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.