Leadtools TWAIN (Leadtools.Twain assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
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 System.Enum
   Implements IComparableIConvertibleIFormattable 
Visual Basic (Usage)Copy Code
Dim instance As TwainFileSystemMessage
C# 
public enum TwainFileSystemMessage : System.Enum, IComparableIConvertibleIFormattable  
C++/CLI 
public enum class TwainFileSystemMessage : public System.Enum, IComparableIConvertibleIFormattable  

Members

MemberDescription
AutomaticCaptureDirectoryPlace to store images acquired during automatic capture
ChangeDirectoryChange device, domain, host, or image directory
CopyCopy images across storage devices
CreateDirectoryCreate an image directory
DeleteDelete an image or an image directory
FormatMediaFormat a storage device
GetCloseClose a file context created by GetFirstFile
GetFirstFileGet the first file in a directory
GetInfoGet information about the current file
GetNextFileGet the next file in a directory
RenameRename an image or an image directory

Inheritance Hierarchy

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

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also