Back to Devexpress

PdfSignatureInfo.CertificationLevel Property

officefileapi-devexpress-dot-pdf-dot-pdfsignatureinfo.md

latest1.5 KB
Original Source

PdfSignatureInfo.CertificationLevel Property

Gets the signature’s certification level.

Namespace : DevExpress.Pdf

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

NuGet Package : DevExpress.Pdf.Core

Declaration

csharp
public PdfCertificationLevel CertificationLevel { get; }
vb
Public ReadOnly Property CertificationLevel As PdfCertificationLevel

Property Value

TypeDescription
PdfCertificationLevel

An enumeration value that indicates the certification level.

|

Available values:

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.

|

Remarks

Note

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

See Also

PdfSignatureInfo Class

PdfSignatureInfo Members

DevExpress.Pdf Namespace