Table of Contents

Property Algorithm

Namespace
BitMiracle.Docotic.Pdf
Assembly
BitMiracle.Docotic.Pdf.dll

Algorithm

Gets or sets the encryption algorithm to use while encrypting data.

public PdfEncryptionAlgorithm Algorithm { get; set; }

Property Value

PdfEncryptionAlgorithm

The encryption algorithm to use while encrypting data.

Remarks

Default value: PdfEncryptionAlgorithm.Aes128Bit.

Check the Encrypt PDF documents in C# and VB.NET article for more information about encrypting PDF documents.