ValuesCount Property

Summary

Gets the count of the received list capability values.

Syntax
C#
VB
C++
public int ValuesCount { get; } 
  
Public ReadOnly Property ValuesCount As Integer 
public: 
property int ValuesCount { 
   int get(); 
} 

Property Value

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

Remarks

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

Example

For an example, refer to WiaSession.EnumCapabilities

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.Wia Assembly