Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

PdfCertificationLevel Enum

Lists values used to specify permissions granted by a signature.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v20.2.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.

See Also