Gets or sets the encryption algorithm to use while encrypting data.
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public PdfEncryptionAlgorithm Algorithm { get; set; }
VB
Public Property Algorithm As PdfEncryptionAlgorithm
Get
Set
Property Value
Type:
PdfEncryptionAlgorithmThe encryption algorithm to use while encrypting data.
Remarks
Default value: PdfEncryptionAlgorithm.Aes128Bit.
See Also