PdfCertificationFlags Enumeration
|
Specifies the available permissions on certificated document.
Namespace:
Spire.Pdf.Security
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public enum PdfCertificationFlags
Public Enumeration PdfCertificationFlags
public enum class PdfCertificationFlags
type PdfCertificationFlags
Members
|
Member name
|
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.
|
See Also