LEADTOOLS WIA (Leadtools.Wia assembly)
LEAD Technologies, Inc

WiaPropertyAttributesFlags Enumeration






Flags used within WiaCapability structure. For more information please refer to "Property Attributes" topic in Microsoft Windows SDK Documentation.
Syntax
[FlagsAttribute()]
public enum WiaPropertyAttributesFlags : System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
'Declaration
 
<FlagsAttribute()>
Public Enum WiaPropertyAttributesFlags 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As WiaPropertyAttributesFlags
[FlagsAttribute()]
public enum WiaPropertyAttributesFlags : System.IComparableSystem.IConvertibleSystem.IFormattable  
Leadtools.Wia.WiaPropertyAttributesFlags = function() { };
Leadtools.Wia.WiaPropertyAttributesFlags.prototype = {
LeadtoolsMemberMarker(replace me) };
[FlagsAttribute()]
public enum class WiaPropertyAttributesFlags : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
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: 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

See Also

Reference

Leadtools.Wia Namespace

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.