Gets or sets the digest algorithm to use when signing a document.
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public PdfDigestAlgorithm DigestAlgorithm { get; set; }
VB
Public Property DigestAlgorithm As PdfDigestAlgorithm
Get
Set
Property Value
Type:
PdfDigestAlgorithm
The digest algorithm to use when signing a document.
Remarks
See Also