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



Gets the count of the received list capability values.

Syntax

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

Property Value

The number of values in the received list of capability values.

Example

For an example, refer to WiaSession.EnumCapabilities

Remarks

Use this property to determine the number of the capabilities contained in the Values collection in order to loop through them.

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