Leadtools.Twain Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
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);
}

Return 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 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also