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

    Lists values used to specify permissions granted by a signature.

    Namespace: DevExpress.Pdf

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

    NuGet Package: DevExpress.Pdf.Core

    Declaration

    public enum PdfCertificationLevel

    Members

    Name Description
    NoCertification

    All changes are allowed.

    NoChangesAllowed

    No changes are allowed.

    FillForms

    Allows users to fill in forms and sign the document.

    FillFormsAndAnnotate

    Allows users to fill in forms, create, modify and delete annotations, and sign the document.

    Related API Members

    The following properties accept/return PdfCertificationLevel values:

    See Also