| Visual Basic (Declaration) | |
|---|---|
Public Enum TwainContainerType Inherits System.Enum Implements IComparable, IConvertible, IFormattable | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As TwainContainerType | |
| C# | |
|---|---|
public enum TwainContainerType : System.Enum, IComparable, IConvertible, IFormattable | |
| C++/CLI | |
|---|---|
public enum class TwainContainerType : public System.Enum, IComparable, IConvertible, IFormattable | |
| Member | Description |
|---|---|
| Array | TWON_ARRAY |
| DontCare16 | TWON_DONTCARE16 |
| DontCare32 | TWON_DONTCARE32 |
| DontCare8 | TWON_DONTCARE8 |
| DsmCodeId | TWON_DSMCODEID |
| DsmId | TWON_DSMID |
| Enumeration | TWON_ENUMERATION |
| IconId | TWON_ICONID |
| OneValue | TWON_ONEVALUE |
| Range | TWON_RANGE |
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.TwainContainerType
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code