Error processing SSI file
Leadtools TWAIN (Leadtools.Twain assembly)

Show in webframe

TwainFileSystemMessage Enumeration






The TwainFileSystemMessage enumerated type represents the possible messages will be used in Twain File System.
Syntax
public enum TwainFileSystemMessage : System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
'Declaration
 
Public Enum TwainFileSystemMessage 
   Inherits System.Enum
   Implements System.IComparable, System.IConvertible, System.IFormattable 
'Usage
 
Dim instance As TwainFileSystemMessage
public enum class TwainFileSystemMessage : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
Members
ValueMemberDescription
2049ChangeDirectory Change device, domain, host, or image directory
2050CreateDirectory Create an image directory
2051Delete Delete an image or an image directory
2052FormatMedia Format a storage device
2053GetClose Close a file context created by GetFirstFile
2054GetFirstFile Get the first file in a directory
2055GetInfo Get information about the current file
2056GetNextFile Get the next file in a directory
2057Rename Rename an image or an image directory
2058Copy Copy images across storage devices
2059AutomaticCaptureDirectory Place to store images acquired during automatic capture
Inheritance Hierarchy

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

Requirements

Target Platforms

See Also

Reference

Leadtools.Twain Namespace

Error processing SSI file