Click or drag to resize

MemoryFileTransferEventArgsFileFormat Property

Gets or sets the file format the image should be saved as.

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 the image should be saved as.
Remarks
This value should only be set to one if the supported file formats returned from GetSupportedImageFormats.
See Also