Leadtools TWAIN (Leadtools.Twain assembly)
LEAD Technologies, Inc

FileFormat Property (TwainFileSystem)






Gets or sets an integer that specifies the file type.
Syntax
public TwainFileFormat FileFormat {get; set;}
'Declaration
 
Public Property FileFormat As TwainFileFormat
'Usage
 
Dim instance As TwainFileSystem
Dim value As TwainFileFormat
 
instance.FileFormat = value
 
value = instance.FileFormat
public TwainFileFormat FileFormat {get; set;}
 get_FileFormat();
set_FileFormat(value);
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

TwainFileSystem Class
TwainFileSystem Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.