Leadtools TWAIN (Leadtools.Twain assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
FileFormat Property
See Also 
Leadtools.Twain Namespace > TwainFileSystem Class : FileFormat Property



Gets or sets an integer that specifies the file type.

Syntax

Visual Basic (Declaration) 
Public Property FileFormat As TwainFileFormat
Visual Basic (Usage)Copy Code
Dim instance As TwainFileSystem
Dim value As TwainFileFormat
 
instance.FileFormat = value
 
value = instance.FileFormat
C# 
public TwainFileFormat FileFormat {get; set;}
C++/CLI 
public:
property TwainFileFormat FileFormat {
   TwainFileFormat get();
   void set (    TwainFileFormat value);
}

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 TwainSession.QueryFileSystem example.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also