Class 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
Inheritance
System.Object
PdfEditSecurity
Namespace: IronPdf.Security
Assembly: IronPdf.dll
Syntax
public sealed class PdfEditSecurity : Enum
Fields
EditAll
The user may edit the PDF as allowed by their PDF client software.
Declaration
public const PdfEditSecurity EditAll
Field Value
Type | Description |
---|---|
PdfEditSecurity |
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.
Declaration
public const PdfEditSecurity EditPages
Field Value
Type | Description |
---|---|
PdfEditSecurity |
NoEdit
The user may not edit the PDF unless they have the Owner password.
Declaration
public const PdfEditSecurity NoEdit
Field Value
Type | Description |
---|---|
PdfEditSecurity |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |