Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin
Description

Excerpt

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

Signature
C#
C#
 public System.String Version{ get; }
Signature
vb.net
vb.net
Public ReadOnly Property Version() As String
Remarks

Version is a Read Only property.

Example
Code Block
csharp
csharp
titleC#
string version = pptTemplate.Version;
Code Block
vb.net
vb.net
titlevb.net
Dim version As String = pptTemplate.Version