PdfSecurityEncryptionMode Property

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

Definition

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

Property Value

PdfEncryptionMode

See Also