Click or drag to resize

PdfPasswordEncryptionOptions Property

Gets or sets the encryption options.

Default value: EncryptAll.


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

Property Value

PdfEncryptionOptions
The encryption options.
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