Skip to content

PDFEncryptionAlgorithm

Namespace: O2S.Components.PDF4NET.Core.Security

The supported PDF encryption algorithms.

public enum PDFEncryptionAlgorithm

Inheritance ObjectValueTypeEnumPDFEncryptionAlgorithm
Implements

Fields

Name Value Description
None 0 No encryption is used.
RC4 1 RC4 encryption.
AES 2 AES encryption.
Unknown 3 Unknown encryption algorithm.