Skip to main content
All docs
V25.1
  • PdfSignature(IExternalSigner, Stream, Int32, PdfRectangle) Constructor

    Initializes a new instance of the PdfSignature class with specified settings.

    Namespace: DevExpress.Pdf

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

    NuGet Package: DevExpress.Pdf.Core

    Declaration

    public PdfSignature(
        IExternalSigner signer,
        Stream imageData,
        int pageNumber,
        PdfRectangle signatureBounds
    )

    Parameters

    Name Type Description
    signer IExternalSigner

    An object used to generate a signature.

    imageData Stream

    A System.IO.Stream class descendant, specifying the stream with the image data.

    pageNumber Int32

    An integer value that specifies the page number where the signature should be added.

    signatureBounds PdfRectangle

    A PdfRectangle object that represents the signature bounds in the default user space.

    See Also