Click or drag to resize

PdfPasswordEncryptionPermissionsPassword Property

Gets or sets the Permissions password (also known as a master password) required if a user performs an action that is not allowed by Permissions.

Default value: DocumentOpenPassword (actions not allowed by Permissions can be performed without a password).


Namespace: SautinSoft.Pdf.Security
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2025.3.13
Syntax
public string PermissionsPassword { get; set; }

Property Value

String
The Permissions password.
Exceptions
ExceptionCondition
InvalidOperationExceptionCurrent encryption information is used to read or write an encrypted PDF file and cannot be changed. Set new encryption information instead.
See Also