Initializes a new instance of the Signer
public SignerData(string name, string title, string address, string contactInfo, string reason);
Public Sub New(ByVal name As String, ByVal title As String, ByVal address As String, ByVal contactInfo As String, ByVal reason As String)
Parameter | Description |
---|---|
name | Specifies the name of a suggested signer. |
title | Specifies the title of a suggested signer. |
address | Specifies the address of a suggested signer. |
contact |
Specifies contact information of a suggested signer. |
reason | Specifies a reason why the document is signed. |