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.Refer to TwainCapability
The type of capability determines which of the properties of this object are valid, and should be read.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7