[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.SignatureDetails.ApplicationVersion

ApplicationVersion Property

ApplicationVersion

Gets the "application version" field in the additional information dialog.

Use this property to retrieve the application version string stored in this SignatureDetails instance for a digital signature.

Declaration
public string ApplicationVersion { get; set; }
Public Property ApplicationVersion As String
Examples
SignatureDetails details = new SignatureDetails();
details.ApplicationVersion = "16.0";
string applicationVersion = details.ApplicationVersion;