Gets the received WiaPropertyAttributesFlags.List type capability values.
public List<object> Values { get; }
Public ReadOnly Property Values As List(Of Object)
public:
property List<Object^>^ Values {
List<Object^>^ get();
}
The received WiaPropertyAttributesFlags.List type capability values.
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.
For an example, refer to WiaSession.EnumCapabilities
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET