Visual Basic (Declaration) | |
---|---|
Public Property FileFormat As TwainFileFormat |
Visual Basic (Usage) | Copy Code |
---|---|
|
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.
Refer to TwainSession.QueryFileSystem example.
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