PdfPasswordEncryptionOptions Property |
Gets or sets the encryption options.
Default value: EncryptAll.
Namespace: SautinSoft.Pdf.SecurityAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2025.3.13
Syntaxpublic PdfEncryptionOptions Options { get; set; }
Public Property Options As PdfEncryptionOptions
Get
Set
Property Value
PdfEncryptionOptions
The encryption options.
ExceptionsException | 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