LEADTOOLS WIA (Leadtools.Wia assembly)

ValuesCount Property

Show in webframe





Gets the count of the received list capability values.
Syntax
public int ValuesCount {get;}
'Declaration
 
Public ReadOnly Property ValuesCount As Integer
'Usage
 
Dim instance As WiaCapabilityListValues
Dim value As Integer
 
value = instance.ValuesCount

            

            
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

See Also

Reference

WiaCapabilityListValues Structure
WiaCapabilityListValues Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.