LEADTOOLS WIA (Leadtools.Wia assembly)
LEAD Technologies, Inc

ValuesCount Property






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 int ValuesCount {get;}
 get_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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

WiaCapabilityListValues Structure
WiaCapabilityListValues Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.