AnnotateInteractMode Enumeration |
Specifies the user interaction mode for the AnnotationController
Namespace:
Atalasoft.Annotate
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public enum AnnotateInteractMode
Public Enumeration AnnotateInteractMode
Members
| Member name | Description |
---|
| None | Mouse events are ignored. |
| View | Annotations cannot be modified. Hot spot annotations are not rendered but react to mouse events.
|
| Author | Annotations can be selected, moved and resized using the mouse. |
See Also