Enum PdfDocMdpPermission
Specifies the modification permissions for a PDF document when using Document Modification Detection and Prevention (MDP).
public enum PdfDocMdpPermission
Fields
AnnotateFormFillAndSign = 3
FormFillAndSign = 2
NoChanges = 1
Remarks
These permissions define the level of changes allowed in a PDF document while maintaining its integrity under MDP. The permissions range from disallowing all changes to allowing specific types of modifications, such as form filling or signing.