ImageGear .NET - Updated
ArtEnableOption Enumeration




ImageGear24.Web Assembly > ImageGear.Web.UI Namespace : ArtEnableOption Enumeration
Option values for enabling annotations on images.
Syntax
'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 
Members
MemberDescription
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

System.Object
   System.ValueType
      System.Enum
         ImageGear.Web.UI.ArtEnableOption

See Also

Reference

ImageGear.Web.UI Namespace