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.
Refer to TwainSession.QueryFileSystem example.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7