public void Sign( SignatureFormField formField, ISigningCredential credential, SignatureOptions signatureOptions )
Parameters
- formField
- The SignatureFormField that will be used to sign the PdfDocument; an already signed FormField can't be use to sign a PDFDocument.
- credential
- The credential that will be used to sign the PDFDocument. It can be PfxSigningCredential, StoreSigningCredential or ExternalSigningCredential.
- signatureOptions
- The options that will be used to sign the PDFDocument.