Information Property

Summary

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

Syntax
C#
VB
C++
public TwainCapabilityBase Information { get; } 
Public ReadOnly Property Information As TwainCapabilityBase 
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

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Twain Assembly