Table of Contents

Property Algorithm

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

Algorithm

Gets the algorithm used to encrypt the document.

public PdfEncryptionAlgorithm Algorithm { get; }

Property Value

PdfEncryptionAlgorithm

The algorithm used to encrypt the document.

Remarks

Check the Decrypt PDF documents in C# and VB.NET article for more information on processing encrypted PDF documents.