Leadtools TWAIN (Leadtools.Twain assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
TransferMechanism Property
See Also 
Leadtools.Twain Namespace > TwainFastConfiguration Structure : TransferMechanism Property



Gets or sets the configuration transfer mode.

Syntax

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

Property Value

The configuration transfer mode.

Example

Remarks

For more information, refer to Fast TWAIN (Scan Configurations).

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