Leadtools.Wia Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
DataTransfer Property
See Also 
Leadtools.Wia Namespace > WiaProperties Structure : DataTransfer Property



Gets or sets data transfer properties for the current data source.

Syntax

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

Return Value

WiaDataTransferProperties structure contains the data transfer properties.

Example

Refer to WiaSession.GetRootItem example.

Requirements

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

See Also