Option values for enabling annotations on images.
Syntax
__value public enum ArtEnableOption : public System.Enum
Members
Member | Description |
None |
Annotations cannot be used on the client.
Accessing the Annotations API on the client will not work.
|
ReadOnly |
Annotations are displayed but can not be edited successfully in this mode.
Any edited annotations will not be saved during the postback.
|
ReadWrite |
In this mode, the annotations are displayed and saved during postbacks by the control.
|
Inheritance Hierarchy
See Also