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 TwainFileFormat 
public: 
property TwainFileFormat ScanFileFormat { 
   TwainFileFormat get(); 
   void set (    TwainFileFormat ); 
} 

Property Value

The file format to use when saving the files from the TWAIN source. Possible values are (according to the TWAIN specification):

Example

Refer to DataTransfer example.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Twain Assembly