CreateAnnotationMode Enumeration |
Specifies the annotation creation mode when calling 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 CreateAnnotationMode
Public Enumeration CreateAnnotationMode
Members
| Member name | Description |
---|
| Default | Annotations are created by click and drag or with multiple clicks. |
| SingleClickLocation | Annotations are added with a single click and the annotation location is set to
the document position that was clicked. |
| DoubleClickLocation | Annotations are added with a double-click and the annotation location is set to
the document position that was clicked. |
| SingleClickCenter | Annotations are added with a single click and the annotation is centered on the
document position that was clicked. |
| DoubleClickCenter | Annotations are added with a double-click and the annotation is centered on the
document position that was clicked. |
See Also