PdfDocumentSecurityEncryptionLevel Property

Controls the encryption level. When the level is High a 128-bit key is used for RC4 encryption, otherwise a 40-bit key is used. The encryption is High by default

Definition

Namespace: HiQPdf
Assembly: HiQPdf.NetCore (in HiQPdf.NetCore.dll) Version: 16.0.0
C#
public PdfEncryptionLevel EncryptionLevel { get; set; }

Property Value

PdfEncryptionLevel

See Also