Visual Basic (Declaration) | |
---|---|
Public Property TransferOptions As TwainTransferOptions |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public TwainTransferOptions TransferOptions {get; set;} |
C++/CLI | |
---|---|
public: property TwainTransferOptions TransferOptions { TwainTransferOptions get(); void set (TwainTransferOptions value); } |
Return Value
Options to be used for transferring data from the current TWAIN source
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
TwainTransferOptions.FileName Property
TwainTransferOptions.FileFormat Property
TwainTransferOptions.CompressionMode Property
Set the following properties before calling this method:
TransferMode Property
TwainTransferOptions.FileName Property
TwainTransferOptions.FileFormat Property
TwainTransferOptions.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