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



Gets the List values structure.

Syntax

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

Property Value

The List values structure.

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