Click or drag to resize

DeviceFileFormat Property

Gets or sets the file format used when saving the acquired image directly to a file.

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 used when saving the acquired image directly to a file.
Exceptions
ExceptionCondition
Thrown if a connection to the device is not open.
Remarks

Use the GetSupportedImageFormats method to find out which formats are supported by the device. Some devices require the TransferMethod be set to TWSX_FILE or TWSX_FILE2 before this property can be set.

Examples
FileTransfer Event
See Also