PdfPasswordEncryptionPermissions Property |
(Required) A set of flags specifying which operations shall be permitted when the document is opened with user access (see
Table 22).
Namespace: SautinSoft.Pdf.SecurityAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2025.11.10
Syntaxpublic PdfUserAccessPermissions Permissions { get; set; }Public Property Permissions As PdfUserAccessPermissions
Get
Set
Property Value
PdfUserAccessPermissions
A set of flags specifying which operations shall be permitted when the document is opened with user access.
Exceptions| Exception | Condition |
|---|
| InvalidOperationException | Current encryption information is used to read or write an encrypted PDF file and cannot be changed. Set new encryption information instead. |
See Also