Skip to main content
All docs
V25.1
  • PdfSignatureInfo.CertificationLevel Property

    Gets the signature’s certification level.

    Namespace: DevExpress.Pdf

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

    NuGet Package: DevExpress.Pdf.Core

    Declaration

    public PdfCertificationLevel CertificationLevel { get; }

    Property Value

    Type Description
    PdfCertificationLevel

    An enumeration value that indicates the certification level.

    Available values:

    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.

    Remarks

    Note

    Only one signature in a PDF file can have the certification level. Subsequent certification signatures become invalid.

    See Also