Enum AnnotationChangedAction
Specifies the type of action made in the changed annotation.
Namespace: Syncfusion.Windows.PdfViewer
Assembly: Syncfusion.PdfViewer.WPF.dll
Syntax
public enum AnnotationChangedAction
Fields
| Name | Description |
|---|---|
| Add | Specifies an annotation is added. |
| Deselect | Specifies an annotation is deselected. |
| Move | Specifies an annotation is moved. |
| Remove | Specifies an annotation is deleted. |
| Resize | Specifies an annotation is resized. |
| Select | Specifies an annotation is selected. |