[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IReadOnlySignatureDetails.Address1

Address1 Property

Address1

Gets the "address1" field in the signature details dialog.

This value is part of the signature metadata exposed by Details.

Declaration
string Address1 { get; }
ReadOnly Property Address1 As String
Examples
workbook.Open(GetSignedWorkbookStream());
ISignature signature = workbook.Signatures[0];
IReadOnlySignatureDetails details = signature.Details;
string address1 = details.Address1;