←Select platform

ScanFileFormat Property

Summary

Gets or sets the file format to use when saving the files from the TWAIN source.

Syntax

C#
VB
C++
public TwainFileFormat ScanFileFormat { get; set; } 
Public Property ScanFileFormat As Leadtools.Twain.TwainFileFormat 

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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Twain Assembly