TransferFileFormat property (ILEADRasterTwain)
long TransferFileFormat | |
Overview |
Refer to Getting and Setting Capabilities |
Remarks
Gets or sets the transfer file format to use when transferring data from the current TWAIN source. This property is valid only if the TransferMode property is set to L_TWAIN_TRANSFER_FILE. For more information about the supported file formats, refer to the Summary of Supported Image File Formats.
To update this property with the current value, call the GetTransferOptions method.
To set the file format, assign a new value to this property and call the SetTransferOptions method.
See Also