Skip to main content
All docs
V25.1
  • DocumentInteractivityPermissions Enum

    Lists values that indicate permission levels of data interaction operations.

    Namespace: DevExpress.Docs.Pdf

    Assembly: DevExpress.Docs.Core.v25.1.dll

    NuGet Package: DevExpress.Docs.Core

    Declaration

    public enum DocumentInteractivityPermissions

    Members

    Name Description
    NotAllowed

    Prohibit all interactive operations (add or modify text annotations, fill in interactive form fields, and create or modify interactive form fields) in the PDF document.

    FormFillAndSign

    Permit only filling in existing form fields and applying signatures.

    Allowed

    Permit interactive operations (add or modify text annotations, fill in interactive form fields, and create or modify interactive form fields) in a PDF document.

    Related API Members

    The following properties accept/return DocumentInteractivityPermissions values:

    See Also