[]
Gets the "city" field in the signature details dialog.
Returns the city value stored in the signature details.
string City { get; }
ReadOnly Property City As String
workbook.Open(GetSignedWorkbookStream());
ISignature signature = workbook.Signatures[0];
IReadOnlySignatureDetails details = signature.Details;
string city = details.City;