DocMDPAccessPermissions Enumeration |
The access permissions granted for this document.
Valid values are:
1 - No changes to the document are permitted; any change to the document invalidates the signature.
2 - Permitted changes are filling in forms, instantiating page templates, and signing; other changes invalidate the signature.
3 - Permitted changes are the same as for 2, as well as annotation creation, deletion, and modification; other changes invalidate the signature.
Namespace: Aspose.Pdf.FormsAssembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntaxpublic enum DocMDPAccessPermissions
Public Enumeration DocMDPAccessPermissions
public enum class DocMDPAccessPermissions
type DocMDPAccessPermissions
Members
| Member name | Value | Description |
---|
| NoChanges | 1 |
1 - No changes to the document are permitted; any change to the document invalidates the signature.
|
| FillingInForms | 2 |
2 - Permitted changes are filling in forms, instantiating page templates, and signing; other changes invalidate the signature.
|
| AnnotationModification | 3 |
3 - Permitted changes are the same as for 2, as well as annotation creation, deletion, and modification; other changes invalidate the signature.
|
See Also