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

Members

MemberDescription
BoolTWTY_BOOL
Fix32TWTY_FIX32
FrameTWTY_FRAME
Int16TWTY_INT16
Int32TWTY_INT32
Int8TWTY_INT8
Str1024TWTY_STR1024
Str128TWTY_STR128
Str255TWTY_STR255
Str32TWTY_STR32
Str64TWTY_STR64
Uint16TWTY_UINT16
Uint32TWTY_UINT32
Uint8TWTY_UINT8
Uni512TWTY_UNI512

Remarks

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

Inheritance Hierarchy

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

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