Click or drag to resize

PdfSignatureName Property

(Optional) The name of the person or authority signing the document.

This value should be used only when it is not possible to extract the name from the signature.

Example: From the certificate of the signer.


Namespace: SautinSoft.Pdf.Forms
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2024.11.26
Syntax
public string Name { get; set; }

Property Value

String
The name of the person or authority signing the document.
See Also