Leadtools.Wia Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
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 Enum
Visual Basic (Usage)Copy Code
Dim instance As WiaPropertyAttributesFlags
C# 
[FlagsAttribute()]
public enum WiaPropertyAttributesFlags : Enum 
C++/CLI 
[FlagsAttribute()]
public enum class WiaPropertyAttributesFlags : public Enum 

Members

MemberDescription
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.

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 3.0, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family, Windows Server 2008 family

See Also