ImageGear .NET v25.2 - Updated
ImageGear.Windows.Controls Assembly / ImageGear.Windows.Controls Namespace / ImGearAnnotationMode Enumeration




In This Topic
    ImGearAnnotationMode Enumeration
    In This Topic
    Specifies the mark mode.
    Syntax
    'Declaration
     
    Public Enum ImGearAnnotationMode 
       Inherits System.Enum
    'Usage
     
    Dim instance As ImGearAnnotationMode
    public enum ImGearAnnotationMode : System.Enum 
    __value public enum ImGearAnnotationMode : public System.Enum 
    public enum class ImGearAnnotationMode : public System.Enum 
    Members
    MemberValueDescription
    Edit0Edit mode allows users to create, edit, and delete annotations.
    Run1Run mode allows users to 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.Windows.Controls.ImGearAnnotationMode

    See Also