Visual Basic (Declaration) | |
---|---|
Public Enum TwainItemType Inherits Enum |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public enum TwainItemType : Enum |
Managed Extensions for C++ | |
---|---|
__value public enum TwainItemType : public Enum |
C++/CLI | |
---|---|
public enum class TwainItemType : public Enum |
Member | Description |
---|---|
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 |
For more information about this enumeration and its values, refer to the TWAIN Specification (Version 1.9)
http://www.twain.org.
System.Object
System.ValueType
System.Enum
Leadtools.Twain.TwainItemType
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