Specifies the available permissions on certificated document.

Namespace: Spire.Pdf.Security
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public enum PdfCertificationFlags
Public Enumeration PdfCertificationFlags
public enum class PdfCertificationFlags
type PdfCertificationFlags

Members

MemberValueDescription
ForbidChanges1
Disallow any changes to the document.
AllowFormFill2
Only allow form fill-in actions on this document.
AllowComments3
Only allow commenting and form fill-in actions on this document.

See Also