Skip to main content
All docs
V25.1
  • PdfTimeStamp.BuildSignature(Stream) Method

    Builds the signature for the specified document.

    Namespace: DevExpress.Pdf

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

    NuGet Package: DevExpress.Pdf.Core

    Declaration

    public byte[] BuildSignature(
        Stream stream
    )

    Parameters

    Name Type Description
    stream Stream

    A stream that contains the document to sign.

    Returns

    Type Description
    Byte[]

    The document-level timestamp signature.

    See Also