AnnotationControllerNotification Enumeration |
Specifies the type of notification being sent to the 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 AnnotationControllerNotification
Public Enumeration AnnotationControllerNotification
Members
| Member name | Description |
---|
| Invalidate | Informs the controller that it needs to invalidate the control. |
| AddControl | Tells the controller to add a Control to the viewer. |
| RemoveControl | Removes a previously added control from the viewer. |
| SelectionChange | The Selection property of an annotation has changed. |
| PropertyChange | A property of the control has changed. |
| LayerContentChange | The content of a layer has changed. |
| ZoomChanged | The zoom level of the viewer has changed. |
See Also