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

PdfDeferredSigner.HashValue Property

Returns the document hash value.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Docs.v20.2.dll

Declaration

public byte[] HashValue { get; }

Property Value

Type Description
Byte[]

The document hash.

See Also