Leadtools TWAIN (Leadtools.Twain assembly)

FileFormat Property (TwainFileSystem)

Show in webframe





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:
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

See Also

Reference

TwainFileSystem Class
TwainFileSystem Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.