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 TwainTransferFile.
public RasterImageFormat FileFormat { get; set; }
Public Property FileFormat As Leadtools.RasterImageFormat
public:
property Leadtools.RasterImageFormat FileFormat {
Leadtools.RasterImageFormat get();
void set ( Leadtools.RasterImageFormat );
}
The transfer file format to be used when the transfer mode is file.
To update this property with the current value, call the TransferOptions property. To set the file format, assign a new value to this property and call the TransferOptions property.
For an example, refer to TransferOptions.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET