Visual Basic (Declaration) | |
---|---|
<FlagsAttribute()> Public Enum WiaPropertyAttributesFlags Inherits System.Enum Implements IComparable, IConvertible, IFormattable |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As WiaPropertyAttributesFlags |
C# | |
---|---|
[FlagsAttribute()] public enum WiaPropertyAttributesFlags : System.Enum, IComparable, IConvertible, IFormattable |
C++/CLI | |
---|---|
[FlagsAttribute()] public enum class WiaPropertyAttributesFlags : public System.Enum, IComparable, IConvertible, IFormattable |
Member | Description |
---|---|
Cashable | The device can cache the property's value. |
Flag | The property has a list of legal flag values. Flag values are combined using a bitwise OR operation. |
List | The property has a list of legal values. |
None | The property does not have any valid values associated with it. |
Range | The property has a range of valid values. |
Read | The application can read the property's value. |
ReadWrite | The application can read and write the property's value. |
Write | The application can write 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 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7