Leadtools.Wia Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
PropertyAttributes Property
See Also 
Leadtools.Wia Namespace > WiaCapability Structure : PropertyAttributes Property



Gets the attributes for the enumerated capability.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property PropertyAttributes As WiaPropertyAttributesFlags
Visual Basic (Usage)Copy Code
Dim instance As WiaCapability
Dim value As WiaPropertyAttributesFlags
 
value = instance.PropertyAttributes
C# 
public WiaPropertyAttributesFlags PropertyAttributes {get;}
C++/CLI 
public:
property WiaPropertyAttributesFlags PropertyAttributes {
   WiaPropertyAttributesFlags get();
}

Return Value

The attributes for the enumerated capability.

Example

For an example, refer to WiaSession.EnumCapabilities

Remarks

Gets the attributes for the enumerated capability like the capability value type (Flag value, List value or Range value) or the property access (Read, Write, Read/Write).

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family, Windows Server 2008 family

See Also