PdfSignerContactInfo Property |
Gets or sets the information provided by the signer to enable a recipient to contact the signer to verify the signature.
Default value: .
Namespace: SautinSoft.Pdf.FormsAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2025.6.5
Syntaxpublic string ContactInfo { get; set; }
Public Property ContactInfo As String
Get
Set
Property Value
String
The information provided by the signer to enable a recipient to contact the signer to verify the signature.
See Also