| Visual Basic (Declaration) | |
|---|---|
<FlagsAttribute()> Public Enum WiaPropertyAttributesFlags Inherits Enum  | |
| Visual Basic (Usage) |  Copy Code | 
|---|---|
 | |
| C# | |
|---|---|
[FlagsAttribute()] public enum WiaPropertyAttributesFlags : Enum  | |
| C++/CLI | |
|---|---|
[FlagsAttribute()] public enum class WiaPropertyAttributesFlags : public Enum  | |
| Member | Description | 
|---|---|
| Read | The application can read the property's value. | 
| Write | The application can write the property's value. | 
| ReadWrite | The application can read and write the property's value. | 
| None | The property does not have any valid values associated with it. | 
| Range | The property has a range of valid values. | 
| List | The property has a list of legal values. | 
| Flag | The property has a list of legal flag values. Flag values are combined using a bitwise OR operation. | 
| Cashable | The device can cache the property's value. | 
For an example, refer to WiaSession.EnumCapabilities 
            
 
            
            
            System.Object
   System.ValueType
      System.Enum
         Leadtools.Wia.WiaPropertyAttributesFlags
Target Platforms: Microsoft .NET Framework 3.0, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family, Windows Server 2008 family
  
   
                           
Copy Code