LEADTOOLS WIA (Leadtools.Wia assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
Capability Property
See Also 
Leadtools.Wia Namespace > WiaEnumCapabilitiesEventArgs Class : Capability Property



Gets information about the enumerated capabilities of the selected WIA item.

Syntax

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

Property Value

Information about the enumerated capabilities of the selected WIA item.

Example

For an example, refer to WiaSession.EnumCapabilities

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