Enum PdfChangePermission
- Namespace
- LibreOfficeKit.Enums
- Assembly
- LibreOfficeKit.dll
Specifies what types of changes are allowed in a secured PDF document.
Maps to the LibreOffice Changes FilterData parameter.
public enum PdfChangePermission
Fields
AllExceptExtraction = 4All changes are allowed except page extraction (copying). LibreOffice value: 4.
FillFormFields = 2Only filling in form fields is allowed. LibreOffice value: 2.
FillFormFieldsAndComment = 3Filling in form fields and adding comments is allowed. LibreOffice value: 3.
InsertDeletePages = 1Inserting, deleting, and rotating pages is allowed. LibreOffice value: 1.
None = 0No changes are allowed to the document. LibreOffice value: 0.