WebAnnotationInteractMode Enumeration |
Specifies the user interaction mode for the WebAnnotationViewer.
Namespace:
Atalasoft.Imaging.WebControls.Annotations
Assembly:
Atalasoft.dotImage.WebControls (in Atalasoft.dotImage.WebControls.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntaxpublic enum WebAnnotationInteractMode
Public Enumeration WebAnnotationInteractMode
Members
| Member name | Description |
---|
| None | Do not allow interaction with annotations -- passes mouse events through to the parent WebImageViewer. |
| Modify | Annotations can be selected, moved and resized using the mouse. |
| Author | Annotations can be created, selected, moved, and resized using the mouse. |
See Also