[]
Gets or sets the second address line in the signature details dialog.
Use this property to read additional address information for the signer, such as a suite, apartment, building, or floor.
public string Address2 { get; set; }
Public Property Address2 As String
SignatureDetails details = new SignatureDetails();
details.Address2 = "Suite 500";
string address2 = details.Address2;