PdfTimeStamp.BuildSignature(Stream) Method
Builds the signature for the specified document.
Namespace: DevExpress.Pdf
Assembly: DevExpress.Pdf.v24.1.Core.dll
NuGet Package: DevExpress.Pdf.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
stream | Stream | A stream that contains the document to sign. |
Returns
Type | Description |
---|---|
Byte[] | The document-level timestamp signature. |
Implements
See Also