Error processing SSI file
Leadtools TWAIN (Leadtools.Twain assembly)

Show in webframe

TransferMechanism Property (TwainFastConfiguration)






Gets or sets the configuration transfer mode.
Syntax
public TwainTransferMode TransferMechanism {get; set;}
'Declaration
 
Public Property TransferMechanism As TwainTransferMode
'Usage
 
Dim instance As TwainFastConfiguration
Dim value As TwainTransferMode
 
instance.TransferMechanism = value
 
value = instance.TransferMechanism
public:
property TwainTransferMode TransferMechanism {
   TwainTransferMode get();
   void set (    TwainTransferMode value);
}

Property Value

The configuration transfer mode.
Remarks
For more information, refer to Fast TWAIN (Scan Configurations).
Example
Refer to TwainSession.FindFastConfiguration
Requirements

Target Platforms

See Also

Reference

TwainFastConfiguration Structure
TwainFastConfiguration Members

Error processing SSI file