ArtEnableOption Enumeration
In This Topic
Option values for enabling annotations on images.
Syntax
Members
Member | Value | Description |
None | 0 | Annotations cannot be used on the client. Accessing the Annotations API on the client will not work. |
ReadOnly | 1 | Annotations are displayed but can not be edited successfully in this mode. Any edited annotations will not be saved during the postback. |
ReadWrite | 2 | In this mode, the annotations are displayed and saved during postbacks by the control. |
Inheritance Hierarchy
See Also