Click or drag to resize

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)
Syntax
public enum WebAnnotationInteractMode
Members
  Member nameDescription
NoneDo not allow interaction with annotations -- passes mouse events through to the parent WebImageViewer.
ModifyAnnotations can be selected, moved and resized using the mouse.
AuthorAnnotations can be created, selected, moved, and resized using the mouse.
See Also