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

PdfSignatureBuilder Constructors

Allows you to build a signature.
Name Parameters Description
PdfSignatureBuilder(IExternalSigner, PdfSignatureFieldInfo) signer, info Initializes a new instance of the PdfSignatureBuilder class with specified settings.
PdfSignatureBuilder(IExternalSigner, String) signer, formFieldName Initializes a new instance of the PdfSignatureBuilder class with specified settings.
PdfSignatureBuilder(IExternalSigner) signer Initializes a new instance of the PdfSignatureBuilder class with specified settings.
See Also