Error processing SSI file
Leadtools TWAIN (Leadtools.Twain assembly)

Show in webframe

Information Property






Gets a reference to a TwainCapabilityBase object that provides information about what type of Capability the object is.
Syntax
public TwainCapabilityBase Information {get;}
'Declaration
 
Public ReadOnly Property Information As TwainCapabilityBase
'Usage
 
Dim instance As TwainCapability
Dim value As TwainCapabilityBase
 
value = instance.Information
public:
property TwainCapabilityBase^ Information {
   TwainCapabilityBase^ get();
}

Property Value

A TwainCapabilityBase object that provides information about what type of Capability the object is.
Remarks
The type of capability determines which of the properties of this object are valid, and should be read.
Example
Refer to TwainCapability
Requirements

Target Platforms

See Also

Reference

TwainCapability Class
TwainCapability Members

Error processing SSI file