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
Wiki Markup
{description}
{excerpt}Returns the exact version of PowerPointWriter. The format of the version string returned is:{excerpt}
{signature:C#}
 public System.String Version{ get; }
{signature}{signature:vb.net}
Public ReadOnly Property Version() As String
{signature}
{remarks}Version is a  *Read Only*  property.

{remarks}
{example}{code:csharp|title=C#}
string version = pptTemplate.Version;{code}
{code:vb.net|title=vb.net}
Dim version As String = pptTemplate.Version{code}

{example}