Skip to main content
All docs
V25.1
  • PdfDeferredSignatureBuilder Constructors

    Allows you to build a signature for a document hash.
    Name Parameters Description
    PdfDeferredSignatureBuilder(ExternalSignerInfo, PdfSignatureFieldInfo) signerInfo, info Initializes a new instance of the PdfDeferredSignatureBuilder class with specified settings.
    PdfDeferredSignatureBuilder(ExternalSignerInfo, String) signerInfo, formFieldName Initializes a new instance of the PdfDeferredSignatureBuilder class with specified settings.
    PdfDeferredSignatureBuilder(ExternalSignerInfo) signerInfo Initializes a new instance of the PdfDeferredSignatureBuilder class with specified settings.
    See Also