[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.SignatureDetails.WindowsVersion

WindowsVersion Property

WindowsVersion

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

Use this property to read the Windows version metadata stored in these signature details.

Declaration
public string WindowsVersion { get; set; }
Public Property WindowsVersion As String
Examples
SignatureDetails details = new SignatureDetails();
details.WindowsVersion = "10.0.19045";
string windowsVersion = details.WindowsVersion;