Leadtools.Twain Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
ContainerType Property
See Also 
Leadtools.Twain Namespace > TwainCapabilityBase Class : ContainerType Property



Gets or sets the container type used in getting the capabilities values.

Syntax

Visual Basic (Declaration) 
Public Property ContainerType As TwainContainerType
Visual Basic (Usage)Copy Code
Dim instance As TwainCapabilityBase
Dim value As TwainContainerType
 
instance.ContainerType = value
 
value = instance.ContainerType
C# 
public TwainContainerType ContainerType {get; set;}
C++/CLI 
public:
property TwainContainerType ContainerType {
   TwainContainerType get();
   void set (TwainContainerType value);
}

Return Value

The container type used in getting the capabilities values.

Example

Refer to TwainCapability

Remarks

For more information, refer to How to Work with the Container.

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