TIETwainParams.FileTransfer
Declaration
property FileTransfer: Boolean;
Description
If FileTransfer True, uses a file transfer to get images from the scanner (regardless of
BufferedTransfer setting).
There are three ways to get an image from scanner:
1. Native transfer: Set FileTransfer=False and BufferedTransfer=False
2. Buffered transfer: Set FileTransfer=False and BufferedTransfer=True
3. File transfer: Set FileTransfer=True
FileTransfer is slow but more compatible.
Default: False
Note: This setting is ignored if
ietcForceFileTransferMode is included in
TwainCompatibilityOptions