Click or drag to resize

FileTransferEventArgsFileFormat Property

Gets or sets the file format to save this image in.

You should make sure the device supports this format by calling GetSupportedImageFormats.

Namespace:  Atalasoft.Twain
Assembly:  Atalasoft.DotTwain (in Atalasoft.DotTwain.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public SourceImageFormat FileFormat { get; set; }

Property Value

Type: SourceImageFormat
The file format to save this image in.
See Also