FileTransferName property (ILEADRasterTwain)
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