LEADTOOLS WIA (Leadtools.Wia assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
TransferMode Property
See Also 
Leadtools.Wia Namespace > WiaDataTransferProperties Structure : TransferMode Property



Gets or sets the transfer mode to be used by the WIA source.

Syntax

Visual Basic (Declaration) 
Public Property TransferMode As WiaTransferMode
Visual Basic (Usage)Copy Code
Dim instance As WiaDataTransferProperties
Dim value As WiaTransferMode
 
instance.TransferMode = value
 
value = instance.TransferMode
C# 
public WiaTransferMode TransferMode {get; set;}
C++/CLI 
public:
property WiaTransferMode TransferMode {
   WiaTransferMode get();
   void set (    WiaTransferMode value);
}

Property Value

Transfer mode to be used by the WIA source. Possible values are:

Example

Refer to WiaSession.GetRootItem example.

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