Leadtools.Twain Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
TwainFileSystemMessage Enumeration
See Also  
Leadtools.Twain Namespace : TwainFileSystemMessage Enumeration



The TwainFileSystemMessage enumerated type represents the possible messages will be used in Twain File System.

Syntax

Visual Basic (Declaration) 
Public Enum TwainFileSystemMessage 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As TwainFileSystemMessage
C# 
public enum TwainFileSystemMessage : Enum 
C++/CLI 
public enum class TwainFileSystemMessage : public Enum 

Members

MemberDescription
ChangeDirectory Change device, domain, host, or image directory
CreateDirectory Create an image directory
Delete Delete an image or an image directory
FormatMedia Format a storage device
GetClose Close a file context created by GetFirstFile
GetFirstFile Get the first file in a directory
GetInfo Get information about the current file
GetNextFile Get the next file in a directory
Rename Rename an image or an image directory
Copy Copy images across storage devices
AutomaticCaptureDirectory Place to store images acquired during automatic capture

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Twain.TwainFileSystemMessage

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