Leadtools.Wia Namespace > WiaCapabilityListValues Structure : Values Property |
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(); }
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.