Leadtools.Wia Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
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 Enum
Visual Basic (Usage)Copy Code
Dim instance As WiaTransferMode
C# 
public enum WiaTransferMode : Enum 
C++/CLI 
public enum class WiaTransferMode : public Enum 

Members

MemberDescription
None Indicates 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.
File File transfer mode.
Memory Memory transfer mode.

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 3.0, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family, Windows Server 2008 family

See Also