[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.SignatureDetails.CountryName

CountryName Property

CountryName

Gets or sets the country name field in the signature details dialog.

Use this property to read the country or region information stored in this SignatureDetails instance for a digital signature.

Declaration
public string CountryName { get; set; }
Public Property CountryName As String
Examples
SignatureDetails details = new SignatureDetails();
details.CountryName = "United States";
string countryName = details.CountryName;