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



Gets a reference to a TwainCapabilityBase object that provides information about what type of Capability the object is.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property Information As TwainCapabilityBase
Visual Basic (Usage)Copy Code
Dim instance As TwainCapability
Dim value As TwainCapabilityBase
 
value = instance.Information
C# 
public TwainCapabilityBase Information {get;}
C++/CLI 
public:
property TwainCapabilityBase^ Information {
   TwainCapabilityBase^ get();
}

Return Value

A TwainCapabilityBase object that provides information about what type of Capability the object is.

Example

Refer to TwainCapability

Remarks

The type of capability determines which of the properties of this object are valid, and should be read.

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