Skip to main content
All docs
V25.1
  • PdfDeferredSignatureBuilder(ExternalSignerInfo) Constructor

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

    Namespace: DevExpress.Pdf

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

    NuGet Package: DevExpress.Pdf.Core

    Declaration

    public PdfDeferredSignatureBuilder(
        ExternalSignerInfo signerInfo
    )

    Parameters

    Name Type Description
    signerInfo ExternalSignerInfo

    An object that contains information about the external signature.

    See Also