TransferMode Property

Summary
Gets or sets the transfer mode used for transferring data from the current TWAIN source.
Syntax
C#
VB
C++
public TwainTransferMode TransferMode { get; set; } 
Public Property TransferMode As TwainTransferMode 
public: 
property TwainTransferMode TransferMode { 
   TwainTransferMode get(); 
   void set (    TwainTransferMode ); 
} 

Property Value

For possible values, refer to the TwainTransferMode enumeration.

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.

Example

For an example, refer to TransferOptions.

Requirements

Target Platforms

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Twain Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.