Skip to main content

PdfSignatureInfo.CertificationLevel Property

Gets the signature’s certification level.

Namespace: DevExpress.Pdf

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

See Also