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:
PdfEncryptionAlgorithmThe algorithm used to encrypt the document.
See Also