ImageGear .NET v25.2 - Updated
ImageGear.Web Assembly / ImageGear.Web.UI Namespace / ArtEnableOption Enumeration




In This Topic
    ArtEnableOption Enumeration
    In This Topic
    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
    MemberValueDescription
    None0Annotations cannot be used on the client. Accessing the Annotations API on the client will not work.
    ReadOnly1Annotations are displayed but can not be edited successfully in this mode. Any edited annotations will not be saved during the postback.
    ReadWrite2In 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