This property sets the file format when saving a file using file transfer.
[Visual Basic] Public Property FileFormat As
Newtone.ImageKit.ScanFileFormat
[C#] public Newtone.ImageKit.ScanFileFormat
FileFormat {get; set;}
Property Value
This value is of type ScanFileFormat
Explanation
The FileFormat property sets the file format when saving a file using file transfer. Please set at appropriate value in the Compression property for the file format set here. Note that depending on the datasource, only uncompressed mode is possible when using file transfer. To retrieve the values supported by the datasource, please execute the GetCapabilityEnumToSingle method.