Click or drag to resize

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
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