C#
VB
C++
This flag controls access to the item as well as whether the item is deleted. For more information please refer to WIA_IPA_ACCESS_RIGHTS property ID in Microsoft Windows SDK Documentation.
[FlagsAttribute()]public enum WiaItemAccessRights
<FlagsAttribute()>Public Enum WiaItemAccessRightsInherits System.EnumImplements System.IComparable, System.IConvertible, System.IFormattable
[FlagsAttribute()]public enum class WiaItemAccessRights : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Members
| Value | Member | Description |
|---|---|---|
| 0x00000001 | Read | Item has read-only access. |
| 0x00000002 | Write | Item has write-only access. |
| 0x00000080 | CanBeDeleted | Item has delete-only access. |
| 0x00000081 | RD | Read | CanBeDeleted |
| 0x00000083 | RWD | Read | Write | CanBeDeleted |
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
