Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / BuiltInPropertyCollection Class / AplicationVersion Property

In This Topic
    AplicationVersion Property
    In This Topic
    Gets or sets the version number of the application that created the document.
    Syntax
    'Declaration
     
    Public Property AplicationVersion As System.Nullable(Of Double)
    public System.Nullable<double> AplicationVersion {get; set;}
    See Also