This enumeration has been deprecated. Specifies the annotation modes.
Syntax
'Declaration
<ObsoleteAttribute("This enumeration will be removed from the public API in a future release. The annotation user interface can now be accessed directly through the PageView control by referencing the ImageGear.Windows.Controls.Art.dll assembly.")>
Public Enum Mode
Inherits System.Enum
'Usage
Dim instance As Mode
[Obsolete("This enumeration will be removed from the public API in a future release. The annotation user interface can now be accessed directly through the PageView control by referencing the ImageGear.Windows.Controls.Art.dll assembly.")]
public enum Mode : System.Enum
[Obsolete("This enumeration will be removed from the public API in a future release. The annotation user interface can now be accessed directly through the PageView control by referencing the ImageGear.Windows.Controls.Art.dll assembly.")]
__value public enum Mode : public System.Enum
[Obsolete("This enumeration will be removed from the public API in a future release. The annotation user interface can now be accessed directly through the PageView control by referencing the ImageGear.Windows.Controls.Art.dll assembly.")]
public enum class Mode : public System.Enum
Members
Member | Description |
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
See Also