Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

PdfDeferredSignatureBuilder(ExternalSignerInfo, PdfSignatureFieldInfo) Constructor

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

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v20.2.Core.dll

NuGet Package: DevExpress.Pdf.Core

Declaration

public PdfDeferredSignatureBuilder(
    ExternalSignerInfo signerInfo,
    PdfSignatureFieldInfo info
)

Parameters

Name Type Description
signerInfo ExternalSignerInfo

An object that contains information about the external signature.

info PdfSignatureFieldInfo

An object that contains information about a signature field.

See Also