Skip to main content
All docs
V25.1
  • PdfSignature(IExternalSigner) 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
    )

    Parameters

    Name Type Description
    signer IExternalSigner

    An object used to generate a signature.

    See Also