ImageGear .NET - Updated October 26, 2017
SignerContactInfo Property




ImageGear23.Formats.Pdf Assembly > ImageGear.Formats.PDF.Signatures Namespace > Signature Class : SignerContactInfo Property
Gets or sets the contact information for the signer.
Syntax
'Declaration
 
Public Property SignerContactInfo As String
 
'Usage
 
Dim instance As Signature
Dim value As String
 
instance.SignerContactInfo = value
 
value = instance.SignerContactInfo

Property Value

The information provided by the signer to enable a recipient to contact the signer to verify the signature, such as phone number, email, etc.
See Also

Reference

Signature Class
Signature Members