Class EditingAction
Specifies the action that trigger the DocumentEdit event
Inheritance
Namespace: Syncfusion.Blazor.SfPdfViewer
Assembly: Syncfusion.Blazor.SfPdfViewer.dll
Syntax
public sealed class EditingAction : Enum
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
AnnotationAdded
Represents an editing action indicating that the document was modified by including an annotation
Declaration
public const EditingAction AnnotationAdded
Field Value
Type |
---|
EditingAction |
AnnotationDeleted
Represents an editing action indicating that the document was modified by removing an existing annotation
Declaration
public const EditingAction AnnotationDeleted
Field Value
Type |
---|
EditingAction |
AnnotationImported
Represents an editing action indicating that the document was modified by importing an annotation along with its properties
Declaration
public const EditingAction AnnotationImported
Field Value
Type |
---|
EditingAction |
AnnotationUpdated
Represents an editing action indicating that the document was modified by update the properties of an annotation
Declaration
public const EditingAction AnnotationUpdated
Field Value
Type |
---|
EditingAction |
FormFieldImported
Represents an editing action indicating that the document was modified by updating the values of form fields
Declaration
public const EditingAction FormFieldImported
Field Value
Type |
---|
EditingAction |
FormFieldUpdated
Represents an editing action indicating that the document was modified by updating the values of form fields
Declaration
public const EditingAction FormFieldUpdated
Field Value
Type |
---|
EditingAction |