IExternalSigner.BuildSignature(Stream) Method
Builds the signature for the specified document.
Namespace: DevExpress.Pdf
Assembly: DevExpress.Pdf.v25.2.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[] | A signature. |
See Also