ImageGear .NET - Updated
ImGearARTModes Enumeration




ImageGear24.Art.Forms Assembly > ImageGear.ART.Forms Namespace : ImGearARTModes Enumeration
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
MemberDescription
EDIT Edit mode allows users to create, edit and delete annotations.
RUN Run mode allows users 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.ART.Forms.ImGearARTModes

See Also

Reference

ImageGear.ART.Forms Namespace