Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

PdfDigestCalculator Class

Allows you to calculate a digest from a stream. Supports hash algorithms listed in PdfHashAlgorithm enumeration.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v20.1.Core.dll

NuGet Package: DevExpress.Pdf.Core

Declaration

public class PdfDigestCalculator :
    IDigestCalculator

Remarks

The PdfDigestCalculator class is the default implementation of the IDigestCalculator interface.

Implements

Inheritance

Object
PdfDigestCalculator
See Also