Click or drag to resize

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.Security
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2024.11.26
Syntax
public PdfUserAccessPermissions Permissions { get; set; }

Property Value

PdfUserAccessPermissions
A set of flags specifying which operations shall be permitted when the document is opened with user access.
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