ExcelToPdfPdfEncryptionAlgorithm Enumeration |
Specifies the encryption algorithm to use for encrypting a PDF document.
Namespace: SautinSoftAssembly: SautinSoft.ExcelToPdf (in SautinSoft.ExcelToPdf.dll) Version: 2024.11.30
Syntax public enum PdfEncryptionAlgorithm
Public Enumeration PdfEncryptionAlgorithm
Members Member name | Value | Description |
---|
RC4_40 | 0 |
RC4 encryption, key length of 40 bits.
|
RC4_128 | 1 |
RC4 encryption, key length of 128 bits.
|
See Also