LEADTOOLS WIA (Leadtools.Wia assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
WiaPropertyAttributesFlags Enumeration
See Also  
Leadtools.Wia Namespace : WiaPropertyAttributesFlags Enumeration



Flags used within WiaCapability structure. For more information please refer to "Property Attributes" topic in Microsoft Windows SDK Documentation.

Syntax

Visual Basic (Declaration) 
<FlagsAttribute()>
Public Enum WiaPropertyAttributesFlags 
   Inherits System.Enum
   Implements IComparableIConvertibleIFormattable 
Visual Basic (Usage)Copy Code
Dim instance As WiaPropertyAttributesFlags
C# 
[FlagsAttribute()]
public enum WiaPropertyAttributesFlags : System.Enum, IComparableIConvertibleIFormattable  
C++/CLI 
[FlagsAttribute()]
public enum class WiaPropertyAttributesFlags : public System.Enum, IComparableIConvertibleIFormattable  

Members

MemberDescription
CashableThe device can cache the property's value.
FlagThe property has a list of legal flag values. Flag values are combined using a bitwise OR operation.
ListThe property has a list of legal values.
NoneThe property does not have any valid values associated with it.
RangeThe property has a range of valid values.
ReadThe application can read the property's value.
ReadWriteThe application can read and write the property's value.
WriteThe application can write 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: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also