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

Namespace: TallComponents.PDF.Forms.Fields
Assembly: TallComponents.PDF.Kit (in TallComponents.PDF.Kit.dll) Version: 3.0.69.1

Syntax

C#
public string ContactInfo { get; set; }
Visual Basic
Public Property ContactInfo As String
	Get
	Set

Remarks

Will be updated in the document if a SignatureHandler is specified only.

See Also