PdfSecurityEncryptionMode Property

Controls the encryption mode which can be RC4 or AES. The encryption mode is RC4 by default

Definition

Namespace: HiQPdf.Next
Assembly: HiQPdf.Next (in HiQPdf.Next.dll) Version: 18.0.0
C#
public PdfEncryptionMode EncryptionMode { get; set; }

Property Value

PdfEncryptionMode

See Also