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.FormsAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2024.11.26
Syntaxpublic string Name { get; set; }
Public Property Name As String
Get
Set
Property Value
String
The name of the person or authority signing the document.
See Also