Click or drag to resize

AuthorMode Enumeration

Specifies the how many annotations can be created while using InteractMode.Author

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 AuthorMode
Members
  Member nameDescription
UnlimitedEnable the creation of an unlimited number of annotations with the mouse, InteractMode will not change.
SingleEnable the creation of one annotation with the mouse, changes the InteractMode to Author when CreateAnnotation is called, and changes the InteractMode back to the previous value once the annotation has been created.
See Also