Click or drag to resize
Pdftools logo

MdpPermissions Enumeration


Namespace: PdfTools.Pdf
Assembly: PdfTools (in PdfTools.dll) Version: 1.19.0+2160c7724ea9111cae8ed0e8ced3b10611191789
Syntax
C#
public enum MdpPermissions
Members
Member nameValueDescription
NoChanges1 No changes to the document shall be permitted; any change to the document invalidates the signature.
FormFilling2 Permitted changes are filling in forms, instantiating page templates, and signing; other changes invalidate the signature.
Annotate3 Permitted changes are the same as for FormFilling, as well as annotation creation, deletion, and modification; other changes invalidate the signature.
See Also