ImageGear .NET v25.2 - Updated
ImageGear.Art.Forms Assembly / ImageGear.ART.Forms Namespace / ImGearARTModes Enumeration




In This Topic
    ImGearARTModes Enumeration
    In This Topic
    Specifies the annotation mode.
    Syntax
    'Declaration
     
    Public Enum ImGearARTModes 
       Inherits System.Enum
    'Usage
     
    Dim instance As ImGearARTModes
    public enum ImGearARTModes : System.Enum 
    __value public enum ImGearARTModes : public System.Enum 
    public enum class ImGearARTModes : public System.Enum 
    Members
    MemberValueDescription
    EDIT0Edit mode allows users to create, edit and delete annotations.
    RUN1Run mode allows users operate on hot spot, audio, and button activities.
    VIEW2View-only mode allows users to view marks, not add or modify them.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             ImageGear.ART.Forms.ImGearARTModes

    See Also