Returns the exact version of PowerPointWriter. The format of the version string returned is:

 public System.String Version{ get; }
Public ReadOnly Property Version() As String

Version is a Read Only property.

string version = pptApp.Version;
Dim version As String = pptApp.Version