Leadtools TWAIN (Leadtools.Twain assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
TwainContainerType Enumeration
See Also  
Leadtools.Twain Namespace : TwainContainerType Enumeration



Indicates the container type used in getting the capabilities' values.

Syntax

Visual Basic (Declaration) 
Public Enum TwainContainerType 
   Inherits System.Enum
   Implements IComparableIConvertibleIFormattable 
Visual Basic (Usage)Copy Code
Dim instance As TwainContainerType
C# 
public enum TwainContainerType : System.Enum, IComparableIConvertibleIFormattable  
C++/CLI 
public enum class TwainContainerType : public System.Enum, IComparableIConvertibleIFormattable  

Members

MemberDescription
ArrayTWON_ARRAY
DontCare16TWON_DONTCARE16
DontCare32TWON_DONTCARE32
DontCare8TWON_DONTCARE8
DsmCodeIdTWON_DSMCODEID
DsmIdTWON_DSMID
EnumerationTWON_ENUMERATION
IconIdTWON_ICONID
OneValueTWON_ONEVALUE
RangeTWON_RANGE

Remarks

For more information about this enumeration and its values, refer to the TWAIN Specification (Version 2.0) http://www.twain.org.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Twain.TwainContainerType

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also