WiaPropertyAttributesFlags Enumeration

Summary

Flags used within WiaCapability structure. For more information please refer to "Property Attributes" topic in Microsoft Windows SDK Documentation.

Syntax
C#
VB
C++
[FlagsAttribute()] 
public enum WiaPropertyAttributesFlags 
  
<FlagsAttribute()> 
Public Enum WiaPropertyAttributesFlags  
   Inherits System.Enum 
   Implements System.IComparable, System.IConvertible, System.IFormattable  
[FlagsAttribute()] 
public enum class WiaPropertyAttributesFlags : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable   

Members
ValueMemberDescription
0x00000001ReadThe application can read the property's value.
0x00000002Write(0x00000003)The application can write the property's value.
0x00000003ReadWriteThe application can read and write the property's value.
0x00000008NoneThe property does not have any valid values associated with it.
0x00000010RangeThe property has a range of valid values.
0x00000020ListThe property has a list of legal values.
0x00000040FlagThe property has a list of legal flag values. Flag values are combined using a bitwise OR operation.
0x00010000CashableThe device can cache the property's value.

Example

For an example, refer to WiaSession.EnumCapabilities

Requirements

Target Platforms

See Also

Reference

Leadtools.Wia Namespace

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Wia Assembly