Table of Contents

Enum PdfDocMDPPermission

Namespace
nebulae.dotPDFium.Native
Assembly
dotPDFium.dll

Specifies the permission levels for modifying a PDF document with DocMDP (Document Modification Detection and Prevention) settings.

public enum PdfDocMDPPermission

Fields

FillAndPageInsert = 2
FillSignAndAnnotate = 3
NoChangesAllowed = 1
None = 0

Remarks

These permissions are used to define the allowed operations on a PDF document when DocMDP is applied. The permissions range from no changes allowed to allowing specific modifications such as filling forms or adding annotations.