Enum EditingAction
Specifies the action that trigger the DocumentEdit event
Namespace: Syncfusion.Blazor.SfPdfViewer
Assembly: Syncfusion.Blazor.SfPdfViewer.dll
Syntax
[JsonConverter(typeof(JsonStringEnumConverter))]
public enum EditingAction
Remarks
The EditingAction enum represents the specific action or operation that resulted in the document being edited. It is an enumeration of possible editing actions for the annotation and formfiedls, such as 'Added', 'Updated', ‘Imported', or 'Deleted'
Fields
| Name | Description |
|---|---|
| AnnotationAdded | Represents an editing action indicating that the document was modified by including an annotation |
| AnnotationDeleted | Represents an editing action indicating that the document was modified by removing an existing annotation |
| AnnotationImported | Represents an editing action indicating that the document was modified by importing an annotation along with its properties |
| AnnotationUpdated | Represents an editing action indicating that the document was modified by update the properties of an annotation |
| FormFieldImported | Represents an editing action indicating that the document was modified by updating the values of form fields |
| FormFieldUpdated | Represents an editing action indicating that the document was modified by updating the values of form fields |