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

Property Value

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

See Also