←Select platform

TwainStartupFlags Enumeration

Summary

Flags used with TwainSession.Startup method

Syntax

C#
VB
C++
[FlagsAttribute()] 
public enum TwainStartupFlags   
<FlagsAttribute()> 
Public Enum TwainStartupFlags  
    
    
[FlagsAttribute()] 
public enum class TwainStartupFlags   

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Twain Assembly