Description
Returns the exact version of PowerPointWriter. The format of the version string returned is:
C#
public System.String Version{ get ; } |
vb.net
Public ReadOnly Property Version() As String |
Remarks
Version is a Read Only property.Examples
C#
string version = pptTemplate.Version; |
vb.net
Dim version As String = pptTemplate.Version |