IExternalSigner.BuildSignature(Stream) Method
In This Article
Builds the signature for the specified document.
Namespace: DevExpress.Pdf
Assembly: DevExpress.Pdf.v24.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