Leadtools.Twain Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
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 Enum
Visual Basic (Usage)Copy Code
Dim instance As TwainContainerType
C# 
public enum TwainContainerType : Enum 
C++/CLI 
public enum class TwainContainerType : public Enum 

Members

MemberDescription
Array TWON_ARRAY
Enumeration TWON_ENUMERATION
OneValue TWON_ONEVALUE
Range TWON_RANGE
IconId TWON_ICONID
DsmId TWON_DSMID
DsmCodeId TWON_DSMCODEID
DontCare8 TWON_DONTCARE8
DontCare16 TWON_DONTCARE16
DontCare32 TWON_DONTCARE32

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 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also