PdfEncryptionInfo.Algorithm Property

Gets the algorithm used to encrypt the document.

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public PdfEncryptionAlgorithm Algorithm { get; }
VB
Public ReadOnly Property Algorithm As PdfEncryptionAlgorithm
	Get

Property Value

Type: PdfEncryptionAlgorithm
The algorithm used to encrypt the document.

See Also