Click or drag to resize
Pdftools logo

MdpPermissions Enumeration


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