Visual Basic (Declaration) | |
---|---|
Public Property TransferOptions As TwainTransferOptions |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public TwainTransferOptions TransferOptions {get; set;} |
Managed Extensions for C++ | |
---|---|
public: __property TwainTransferOptions get_TransferOptions(); public: __property void set_TransferOptions( TwainTransferOptions value ); |
C++/CLI | |
---|---|
public: property TwainTransferOptions TransferOptions { TwainTransferOptions get(); void set (TwainTransferOptions value); } |
Visual Basic | Copy Code |
---|---|
Public Sub TransferOptionsPropertyExample(ByVal parent As IWin32Window) |
C# | Copy Code |
---|---|
public void TransferOptionsPropertyExample(IWin32Window parent) |
Gets and sets transfer options to the selected Twain source.
Set the following properties before calling this method:
TransferMode Property
FileName Property
FileFormat Property
CompressionMode Property
Set the following properties before calling this method:
TransferMode Property
FileName Property
FileFormat Property
CompressionMode Property
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
Reference
TwainSession ClassTwainSession Members
Startup Method
Shutdown Method
Acquire Method
MaximumTransferCount Property
DuplexScanningMode Property
EnableDuplexScanning Property
AcquirePageOptions Property
ImageEffects Property
ImageBitsPerPixel Property
ImageUnit Property
ImageFrame Property
IsTransferModeAvailable Method
ShowProgressIndicator Method