Click or drag to resize

DocumentMDPAllowedChanges Enumeration

Describes changes allowed to a certified document.

Namespace:  Atalasoft.PdfDoc.DigitalSignatures
Assembly:  Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public enum DocumentMDPAllowedChanges
Members
  Member nameDescription
NotSpecified The document did not specify a set of allowed changes. If the document is certified, this is allowable but suspect.
None No changes of any kind may be made to the document.
FillFormsAndSigning The document allows users to fill forms and signing the document.
FillFormsSigningAndAnnotations The document allows users to fill forms, sign the document, and edit annotations (add, remove, modify).
See Also