Leadtools TWAIN (Leadtools.Twain assembly)
LEAD Technologies, Inc

TwainFastUserInterfaceFlags Enumeration






(Document/Medical only) Indicates whether to display the manufacturer's user interface and whether to use Thread mode in Fast Twain.
Syntax
[FlagsAttribute()]
public enum TwainFastUserInterfaceFlags : System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
'Declaration
 
<FlagsAttribute()>
Public Enum TwainFastUserInterfaceFlags 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As TwainFastUserInterfaceFlags
[FlagsAttribute()]
public enum TwainFastUserInterfaceFlags : System.IComparableSystem.IConvertibleSystem.IFormattable  
Leadtools.Twain.TwainFastUserInterfaceFlags = function() { };
Leadtools.Twain.TwainFastUserInterfaceFlags.prototype = {
LeadtoolsMemberMarker(replace me) };
[FlagsAttribute()]
public enum class TwainFastUserInterfaceFlags : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
MemberDescription
CheckDefaultBitsPerPixelTests all supported BPP.
KeepOpenKeep the TWAIN data source open after scanning.

The TwainFastUserInterfaceFlags.KeepOpen flag works only in the following cases:

  • Passed along with TwainFastUserInterfaceFlags.Show flag to make TWAIN user-interface appears as modeless dialog. The TWAIN data source remains open after scanning until the user closes it.
  • Passed along with TwainFastUserInterfaceFlags.Show and TwainFastUserInterfaceFlags.Modal flags to make the TWAIN user-interface appears as modal dialog. The TWAIN data source remains open after scanning until the user closes it.

ModalShows the manufacturer's user interface as a modal dialog. Works only if the Show is set.
NoneDefault, no user interface is shown. Not all TWAIN Data Sources support this feature.
ShowShows the manufacturer's user interface as modeless.
UseThreadEnable using thread mode.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Twain.TwainFastUserInterfaceFlags

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Leadtools.Twain Namespace

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.