menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class EditingAction - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class EditingAction

    Specifies the action that trigger the DocumentEdit event

    Inheritance
    System.Object
    EditingAction
    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved