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



The TwainCapabilityBase Class provides support for getting and setting information about the capability type and the container type.

Syntax

Visual Basic (Declaration) 
Public Class TwainCapabilityBase 
Visual Basic (Usage)Copy Code
Dim instance As TwainCapabilityBase
C# 
public class TwainCapabilityBase 
C++/CLI 
public ref class TwainCapabilityBase 

Example

Refer to TwainCapability

Remarks

The TwainCapabilityBase Class provides support for getting and setting information about the capability type and the container type.
In addition, it provides functionality for the following classes: For more information, refer to How to Work with the Container.

Inheritance Hierarchy

System.Object
   Leadtools.Twain.TwainCapabilityBase

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