C#
VB
C++
Indicates the type of data contained in the extended image information.
[DataContractAttribute()]
public enum TwainItemType
<DataContractAttribute()>
Public Enum TwainItemType
[DataContractAttribute()]
public enum class TwainItemType
Members
Value | Member | Description |
---|---|---|
0 | Int8 | TWTY_INT8 |
1 | Int16 | TWTY_INT16 |
2 | Int32 | TWTY_INT32 |
3 | Uint8 | TWTY_UINT8 |
4 | Uint16 | TWTY_UINT16 |
5 | Uint32 | TWTY_UINT32 |
6 | Bool | TWTY_BOOL |
7 | Fix32 | TWTY_FIX32 |
8 | Frame | TWTY_FRAME |
9 | Str32 | TWTY_STR32 |
10 | Str64 | TWTY_STR64 |
11 | Str128 | TWTY_STR128 |
12 | Str255 | TWTY_STR255 |
13 | Str1024 | TWTY_STR1024 |
14 | Uni512 | TWTY_UNI512 |
15 | Handle | TWTY_HANDLE |
For more information about this enumeration and its values, refer to the TWAIN Specification (Version 2.0) http://www.twain.org.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET