 
            | ImageGear22.Web Assembly > ImageGear.Web.UI Namespace : ArtEnableOption Enumeration | 
'Declaration Public Enum ArtEnableOption Inherits System.Enum
'Usage Dim instance As ArtEnableOption
public enum ArtEnableOption : System.Enum
__value public enum ArtEnableOption : public System.Enum
public enum class ArtEnableOption : public System.Enum
| 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. | 
System.Object
   System.ValueType
      System.Enum
         ImageGear.Web.UI.ArtEnableOption