LEADTOOLS WIA (Leadtools.Wia assembly)

WiaPropertyAttributesFlags Enumeration

Show in webframe





Flags used within WiaCapability structure. For more information please refer to "Property Attributes" topic in Microsoft Windows SDK Documentation.
Syntax
[FlagsAttribute()]
public enum WiaPropertyAttributesFlags : System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
'Declaration
 
<FlagsAttribute()>
Public Enum WiaPropertyAttributesFlags 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As WiaPropertyAttributesFlags

            

            
[FlagsAttribute()]
public enum class WiaPropertyAttributesFlags : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
ValueMemberDescription
0x00000001ReadThe application can read the property's value.
0x00000003WriteThe 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
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Wia.WiaPropertyAttributesFlags

Requirements

Target Platforms

See Also

Reference

Leadtools.Wia Namespace

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.