Leadtools TWAIN (Leadtools.Twain assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
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.

Object Model

TwainCapabilityBase Class

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 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also