Error processing SSI file
Leadtools TWAIN (Leadtools.Twain assembly)

Show in webframe

ScanFileFormat Property






Gets or sets the file format to use when saving the files from the TWAIN source.
Syntax
public TwainFileFormat ScanFileFormat {get; set;}
'Declaration
 
Public Property ScanFileFormat As TwainFileFormat
'Usage
 
Dim instance As TwainDataTransferProperties
Dim value As TwainFileFormat
 
instance.ScanFileFormat = value
 
value = instance.ScanFileFormat
public:
property TwainFileFormat ScanFileFormat {
   TwainFileFormat get();
   void set (    TwainFileFormat value);
}

Property Value

The file format to use when saving the files from the TWAIN source. Possible values are (according to the TWAIN 2.0 specification): TwainCapabilityValue.FileFormatTiff Tagged image file. TwainCapabilityValue.FileFormatPict Macintosh PICT. TwainCapabilityValue.FileFormatBmp Windows regular bitmap. TwainCapabilityValue.FileFormatXbm X-Windows bitmap. TwainCapabilityValue.FileFormatJfif JPEG file interchange format. TwainCapabilityValue.FileFormatFpx Flash pix file. TwainCapabilityValue.FileFormatTiffMulti Multi-page tiff file format. TwainCapabilityValue.FileFormatPng PNG file. TwainCapabilityValue.FileFormatSpiff SPIFF file. TwainCapabilityValue.FileFormatExif EXIF file.
Example
Refer to DataTransfer example.
Requirements

Target Platforms

See Also

Reference

TwainDataTransferProperties Structure
TwainDataTransferProperties Members

Error processing SSI file