LEADTOOLS WIA (Leadtools.Wia assembly)

Values Property (WiaCapabilityListValues)

Show in webframe





Gets the received WiaPropertyAttributesFlags.List type capability values.
Syntax
public List<object> Values {get;}
'Declaration
 
Public ReadOnly Property Values As List(Of Object)
'Usage
 
Dim instance As WiaCapabilityListValues
Dim value As List(Of Object)
 
value = instance.Values

            

            
public:
property List<Object^>^ Values {
   List<Object^>^ get();
}

Property Value

The received WiaPropertyAttributesFlags.List type capability values.
Remarks

Use the received values to get the available list values of the received property ID through the WiaCapability structure. Refer to the Microsoft SDK help for a list of available values for each received property ID.

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.