C#
VB
C++
Flags used within WiaCapability structure. For more information please refer to "Property Attributes" topic in Microsoft Windows SDK Documentation.
[FlagsAttribute()]public enum WiaPropertyAttributesFlags
<FlagsAttribute()>Public Enum WiaPropertyAttributesFlagsInherits System.EnumImplements System.IComparable, System.IConvertible, System.IFormattable
[FlagsAttribute()]public enum class WiaPropertyAttributesFlags : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Members
| Value | Member | Description |
|---|---|---|
| 0x00000001 | Read | The application can read the property's value. |
| 0x00000002 | Write | (0x00000003)The application can write the property's value. |
| 0x00000003 | ReadWrite | The application can read and write the property's value. |
| 0x00000008 | None | The property does not have any valid values associated with it. |
| 0x00000010 | Range | The property has a range of valid values. |
| 0x00000020 | List | The property has a list of legal values. |
| 0x00000040 | Flag | The property has a list of legal flag values. Flag values are combined using a bitwise OR operation. |
| 0x00010000 | Cashable | The device can cache the property's value. |
For an example, refer to WiaSession.EnumCapabilities
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET
