Enum PdfEditSecurity
Enumeration defining levels of PDF user access rights to edit a PDF. Edit rights may also be limited by the User's PDF document client software.
See AllowUserEdits
Namespace: IronPdf.Security
Assembly: IronPdf.dll
Syntax
public enum PdfEditSecurity
Fields
Name | Description |
---|---|
EditAll | The user may edit the PDF as allowed by their PDF client software. |
EditPages | The user may re-arrange pages, rotate pages and manage PDF thumbnails, but may not otherwise edit the PDF unless they have the Owner password. |
NoEdit | The user may not edit the PDF unless they have the Owner password. |