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)
SyntaxPublic Enumeration AuthorMode
Members
| Member name | Description |
---|
| Unlimited | Enable the creation of an unlimited number of annotations with the mouse, InteractMode will not change. |
| Single | Enable 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