ImageGear .NET v24.14 - Updated
ImGearAnnotationMode Enumeration




ImageGear24.Windows.Controls Assembly > ImageGear.Windows.Controls Namespace : ImGearAnnotationMode Enumeration
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
MemberDescription
Edit Edit mode allows users to create, edit, and delete annotations.
Run Run mode allows users to operate on hot spot, audio, and button activities.
View View-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

Reference

ImageGear.Windows.Controls Namespace