Skip to main content

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