Visual Basic (Declaration) | |
---|---|
Public Enum TwainItemType Inherits System.Enum Implements IComparable, IConvertible, IFormattable |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As TwainItemType |
C# | |
---|---|
public enum TwainItemType : System.Enum, IComparable, IConvertible, IFormattable |
C++/CLI | |
---|---|
public enum class TwainItemType : public System.Enum, IComparable, IConvertible, IFormattable |
Member | Description |
---|---|
Bool | TWTY_BOOL |
Fix32 | TWTY_FIX32 |
Frame | TWTY_FRAME |
Int16 | TWTY_INT16 |
Int32 | TWTY_INT32 |
Int8 | TWTY_INT8 |
Str1024 | TWTY_STR1024 |
Str128 | TWTY_STR128 |
Str255 | TWTY_STR255 |
Str32 | TWTY_STR32 |
Str64 | TWTY_STR64 |
Uint16 | TWTY_UINT16 |
Uint32 | TWTY_UINT32 |
Uint8 | TWTY_UINT8 |
Uni512 | TWTY_UNI512 |
For more information about this enumeration and its values, refer to the TWAIN Specification (Version 2.0) http://www.twain.org.
System.Object
System.ValueType
System.Enum
Leadtools.Twain.TwainItemType
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7