PdfSecurityEncryptionMode Property

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

Definition

Namespace: HiQPdfClient
Assembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 16.0.0
C#
public PdfEncryptionMode EncryptionMode { get; set; }

Property Value

PdfEncryptionMode

See Also