Leadtools.Twain Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.8.31
TransferMode Property
See Also 
Leadtools.Twain Namespace > TwainTransferOptions Structure : TransferMode Property




Gets or sets the transfer mode used for transferring data from the current TWAIN source.

Syntax

Visual Basic (Declaration) 
Public Property TransferMode As TwainTransferMode
Visual Basic (Usage)Copy Code
Dim instance As TwainTransferOptions
Dim value As TwainTransferMode
 
instance.TransferMode = value
 
value = instance.TransferMode
C# 
public TwainTransferMode TransferMode {get; set;}
Managed Extensions for C++ 
public: __property TwainTransferMode get_TransferMode();
public: __property void set_TransferMode( 
   TwainTransferMode value
);
C++/CLI 
public:
property TwainTransferMode TransferMode {
   TwainTransferMode get();
   void set (TwainTransferMode value);
}

Return Value

For possible values, refer to the TwainTransferMode enumeration.

Example

For an example, refer to TransferOptions.

Remarks

To update this property with the current value, call the TransferOptions property.

To set the transfer mode, assign a new value to this property and call the TransferOptions property.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also