←Select platform

TwainItemType Enumeration

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

Syntax
C#
C++/CLI
Python
[DataContractAttribute()] 
public enum TwainItemType   
[DataContractAttribute()] 
public enum class TwainItemType   
class TwainItemType(Enum): 
   Int8 = 0 
   Int16 = 1 
   Int32 = 2 
   Uint8 = 3 
   Uint16 = 4 
   Uint32 = 5 
   Bool = 6 
   Fix32 = 7 
   Frame = 8 
   Str32 = 9 
   Str64 = 10 
   Str128 = 11 
   Str255 = 12 
   Str1024 = 13 
   Uni512 = 14 
   Handle = 15 
Members
ValueMemberDescription
0Int8 TWTY_INT8
1Int16 TWTY_INT16
2Int32 TWTY_INT32
3Uint8 TWTY_UINT8
4Uint16 TWTY_UINT16
5Uint32 TWTY_UINT32
6Bool TWTY_BOOL
7Fix32 TWTY_FIX32
8Frame TWTY_FRAME
9Str32 TWTY_STR32
10Str64 TWTY_STR64
11Str128 TWTY_STR128
12Str255 TWTY_STR255
13Str1024 TWTY_STR1024
14Uni512 TWTY_UNI512
15Handle TWTY_HANDLE
Remarks

For more information about this enumeration and its values, refer to the TWAIN specification.

Requirements

Target Platforms

See Also

Reference

Leadtools.Twain Namespace

Help Version 22.0.2023.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Twain Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.