Skip to main content

PdfDeferredSignatureBuilder(ExternalSignerInfo, String) Constructor

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

Namespace: DevExpress.Pdf

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

NuGet Package: DevExpress.Pdf.Core

Declaration

public PdfDeferredSignatureBuilder(
    ExternalSignerInfo signerInfo,
    string formFieldName
)

Parameters

Name Type Description
signerInfo ExternalSignerInfo

An object that contains information about the external signature.

formFieldName String

The name of the signature form field to apply an external signature.

See Also