←Select platform

Values Property

Summary

Gets the received WiaPropertyAttributesFlags.List type capability values.

Syntax

C#
VB
C++
public List<object> Values { get; } 
  
Public ReadOnly Property Values As List(Of Object) 
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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Wia Assembly