←Select platform

TwainFileSystemMessage Enumeration

Summary
The TwainFileSystemMessage enumerated type represents the possible messages that will be used in TWAIN File System.

Syntax
C#
C++/CLI
Python
public enum TwainFileSystemMessage   
public enum class TwainFileSystemMessage   
class TwainFileSystemMessage(Enum): 
   ChangeDirectory = 2049 
   CreateDirectory = 2050 
   Delete = 2051 
   FormatMedia = 2052 
   GetClose = 2053 
   GetFirstFile = 2054 
   GetInfo = 2055 
   GetNextFile = 2056 
   Rename = 2057 
   Copy = 2058 
   AutomaticCaptureDirectory = 2059 
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
Requirements

Target Platforms

See Also

Reference

Leadtools.Twain Namespace

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Twain Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.