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 WiaPropertyAttributesFlags : System.IComparable, System.IConvertible, System.IFormattable
Leadtools.Wia.WiaPropertyAttributesFlags = function() { }; Leadtools.Wia.WiaPropertyAttributesFlags.prototype = {
LeadtoolsMemberMarker(replace me) };
[FlagsAttribute()] public enum class WiaPropertyAttributesFlags : public System.Enum, System.IComparable, System.IConvertible, System.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. |
System.Object
System.ValueType
System.Enum
Leadtools.Wia.WiaPropertyAttributesFlags
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2