Leadtools.Wia Namespace : WiaPropertyAttributesFlags Enumeration |
[FlagsAttribute()] public enum WiaPropertyAttributesFlags : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration <FlagsAttribute()> Public Enum WiaPropertyAttributesFlags Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As WiaPropertyAttributesFlags
[FlagsAttribute()] public enum class WiaPropertyAttributesFlags : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Value | Member | Description |
---|---|---|
0x00000001 | Read | The application can read the property's value. |
0x00000003 | Write | The application can write the property's value. |
0x00000003 | ReadWrite | The application can read and write the property's value. |
0x00000008 | None | The property does not have any valid values associated with it. |
0x00000010 | Range | The property has a range of valid values. |
0x00000020 | List | The property has a list of legal values. |
0x00000040 | Flag | The property has a list of legal flag values. Flag values are combined using a bitwise OR operation. |
0x00010000 | Cashable | The device can cache the property's value. |
System.Object
System.ValueType
System.Enum
Leadtools.Wia.WiaPropertyAttributesFlags