Click or drag to resize
Pdftools logo

MdpPermissions Enumeration


Namespace: PdfTools.Pdf
Assembly: PdfTools (in PdfTools.dll) Version: 1.6.0+e1db8f4bf6125495a2d29513486ea3e61205c81b
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