Information provided by the signer to enable a recipient to contact the signer to verify the signature; for example, a phone number.

Namespace: EvoPdf
Assembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0

Syntax

C#
public string ContactInfo { get; set; }
Visual Basic
Public Property ContactInfo As String
	Get
	Set
Visual C++
public:
property String^ ContactInfo {
	String^ get ();
	void set (String^ value);
}

Property Value

Type: String

See Also