Specifies the available permissions on certificated document.
Namespace: Spire.Pdf.SecurityAssembly: 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
| Member | Value | Description |
|---|---|---|
| ForbidChanges | 1 |
Disallow any changes to the document.
|
| AllowFormFill | 2 |
Only allow form fill-in actions on this document.
|
| AllowComments | 3 |
Only allow commenting and form fill-in actions on this document.
|