Gets or sets information provided by the signer to enable a recipient to contact
the signer to verify the signature; for example, a phone number.
Namespace: Spire.Pdf.SecurityAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public string ContactInfo { get; set; }
Public Property ContactInfo As String Get Set
public: property String^ ContactInfo { String^ get (); void set (String^ value); }
member ContactInfo : string with get, set