LEADTOOLS WIA (Leadtools.Wia assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
WiaTransferMode Enumeration
See Also  
Leadtools.Wia Namespace : WiaTransferMode Enumeration



Transfer mode to be used by the WIA source.

Syntax

Visual Basic (Declaration) 
Public Enum WiaTransferMode 
   Inherits System.Enum
   Implements IComparableIConvertibleIFormattable 
Visual Basic (Usage)Copy Code
Dim instance As WiaTransferMode
C# 
public enum WiaTransferMode : System.Enum, IComparableIConvertibleIFormattable  
C++/CLI 
public enum class WiaTransferMode : public System.Enum, IComparableIConvertibleIFormattable  

Members

MemberDescription
FileFile transfer mode.
MemoryMemory transfer mode.
NoneIndicates that there is no transfer mode currently set. The purpose of this member is to determine whether the WiaDataTransferProperties structure has a valid transfer mode set.

Example

For an example, refer to WiaSession.GetRootItem

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Wia.WiaTransferMode

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also