Click or drag to resize

ExcelToPdfPdfEncryptionAlgorithm Enumeration

Specifies the encryption algorithm to use for encrypting a PDF document.

Namespace: SautinSoft
Assembly: SautinSoft.ExcelToPdf (in SautinSoft.ExcelToPdf.dll) Version: 2023.11.22
Syntax
public enum PdfEncryptionAlgorithm
Members
Member nameValueDescription
RC4_400 RC4 encryption, key length of 40 bits.
RC4_1281 RC4 encryption, key length of 128 bits.
See Also