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




Indicates the type of data contained in the extended image information.

Syntax

Visual Basic (Declaration) 
Public Enum TwainItemType 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As TwainItemType
C# 
public enum TwainItemType : Enum 
Managed Extensions for C++ 
__value public enum TwainItemType : public Enum 
C++/CLI 
public enum class TwainItemType : public Enum 

Members

MemberDescription
Int8 TWTY_INT8
Int16 TWTY_INT16
Int32 TWTY_INT32
Uint8 TWTY_UINT8
Uint16 TWTY_UINT16
Uint32 TWTY_UINT32
Bool TWTY_BOOL
Fix32 TWTY_FIX32
Frame TWTY_FRAME
Str32 TWTY_STR32
Str64 TWTY_STR64
Str128 TWTY_STR128
Str255 TWTY_STR255
Str1024 TWTY_STR1024
Uni512 TWTY_UNI512

Remarks

For more information about this enumeration and its values, refer to the TWAIN Specification (Version 1.9) http://www.twain.org.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Twain.TwainItemType

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