[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IReadOnlySignatureDetails.StateOrProvince

StateOrProvince Property

StateOrProvince

Gets the "state or province" field in the signature details dialog.

Use this property to read the state or province stored in the signature metadata returned by Details.

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