Click or drag to resize
Pdftools logo

MdpPermissions Enumeration


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