FileFormat Property

Summary

Gets or sets an integer that specifies the file type.

Syntax
C#
VB
C++
public TwainFileFormat FileFormat { get; set; } 
Public Property FileFormat As TwainFileFormat 
public: 
property TwainFileFormat FileFormat { 
   TwainFileFormat get(); 
   void set (    TwainFileFormat ); 
} 

Property Value

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.

Example

Refer to QueryFileSystem 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