Back to Devexpress

PdfCertificationLevel Enum

officefileapi-devexpress-dot-pdf-b48fc00f.md

latest1.3 KB
Original Source

PdfCertificationLevel Enum

Lists values used to specify permissions granted by a signature.

Namespace : DevExpress.Pdf

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

NuGet Package : DevExpress.Pdf.Core

Declaration

csharp
public enum PdfCertificationLevel
vb
Public Enum PdfCertificationLevel

Members

NameDescription
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.

|

The following properties accept/return PdfCertificationLevel values:

See Also

DevExpress.Pdf Namespace