FileTransferName property (ILEADRasterTwain)

Visual Basic Example

Visual C++ 5.0 Example

 

Syntax

BSTR FileTransferName

Overview

Refer to How to Acquire from the TWAIN Source.

Remarks

String that contains the name of the file in which to save the images acquired from a TWAIN source, if the transfer mode is File Transfer Mode.

The value of this property is valid only if:

The value of the TransferMode (ILTDataTransfer) property is set to L_TWSX_FILE;

Or

The value of the TransferMode (ILTDataTransfer) property is set to L_TWSX_FILE and the value of the EnableDumpMemoryBuffersToFile property is set to TRUE.

The ScanFileFormat property specifies the file format used when saving image data to the file specified in the FileTransferName property.

To set the transfer mode, call SetCapability method with the appropriate capability constant set in the pCapability parameter.

See Also

Elements

ManName property, ProdFamily property, Version property, AppName property, SourceCount property, SourceName property, CapsCount property, Capability property, InitSession method, EndSession method, SelectSource method, SetCapability method, GetCapability method, QueryCapability method, Acquire method, ShowTemplateDlg method, SaveTemplate method, LoadTemplate method, MemBufSize property.

Topics

TWAIN Functionality: Image Functions