ImageGear .NET v25.0 - Updated
SignerContactInfo Property




ImageGear.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
public string SignerContactInfo {get; set;}
public: __property string* get_SignerContactInfo();
public: __property void set_SignerContactInfo( 
   string* value
);
public:
property String^ SignerContactInfo {
   String^ get();
   void set (    String^ value);
}

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