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 = pptTemplate.Version;
Dim version As String = pptTemplate.Version