Leadtools TWAIN (Leadtools.Twain assembly)

TwainUserInterfaceFlags Enumeration

Show in webframe





Indicates whether to display the manufacturer's user interface.
Syntax
[FlagsAttribute()]
public enum TwainUserInterfaceFlags : System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
'Declaration
 
<FlagsAttribute()>
Public Enum TwainUserInterfaceFlags 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As TwainUserInterfaceFlags

            

            
[FlagsAttribute()]
public enum class TwainUserInterfaceFlags : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
ValueMemberDescription
0x00000000NoneDefault, no user interface is shown. Not all TWAIN Data Sources support this feature.
0x00000001ShowShows the manufacturer's user interface as modeless.
0x00000002ModalShows the manufacturer's user interface as a modal dialog. Works only if the Show is set.
0x00000020KeepOpenKeep the TWAIN data source open after scanning.

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

  • Passed along with TwainUserInterfaceFlags.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 TwainUserInterfaceFlags.Show and TwainUserInterfaceFlags.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.
0x00000040MemoryCheckImageInfoChecks image information while scanning multi pages with different dimensions. This flag is used only with memory transfer mode.

Use MemoryCheckImageInfo flag only when memory transfer mode is used. Also, this flag will not affect native and file transfer modes.

When scanning multi pages or multi areas with memory transfer mode, you may need to use (MemoryCheckImageInfo); this flag will let the TWAIN DLL to check the image information for each page or area before start pending the image data to application.

Some drivers will not work with this flag like TWAIN Virtual Driver; in this case, you shouldn't pass this flag.

The usage of the flag does not follow the TWAIN specification, but is included as work around for TWAIN drivers that scan multiple pages with different image dimensions. Usage of this flag should be limited only to these special and unusual cases.

0x00000080ImageSizeUndefinedCalculate the acquired image size after the image is acquired. This flag is used only with memory transfer mode.

Use ImageSizeUndefined flag only when memory transfer mode is used. So, to use this flag, you should set TwainCapabilityType.ImageTransferMechanism capability to TwainTransferMechanism.Memory and then set TwainCapabilityType.ImageUndefinedImageSize capability to TRUE before calling TwainSession.Acquire(), otherwise, the TwainSession.Acquire() will return an error.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Twain.TwainUserInterfaceFlags

Requirements

Target Platforms

See Also

Reference

Leadtools.Twain Namespace

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.