C#
VB
C++
Gets or sets an integer that specifies the file type.
public TwainFileFormat FileFormat { get; set; }
Public Property FileFormat As Leadtools.Twain.TwainFileFormat
public:
property Leadtools.Twain.TwainFileFormat FileFormat {
Leadtools.Twain.TwainFileFormat get();
void set ( Leadtools.Twain.TwainFileFormat );
}
An integer that specifies the file type. If the value is 0, then the driver will query the file system for more information. If the value is 1, then the driver will recursively delete files.
Refer to QueryFileSystem example.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET