Skip to main content

PdfSignature(IExternalSigner) Constructor

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

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v23.2.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