Page tree
    Created with Raphaël 2.1.0
    Loading...
Skip to end of metadata
Go to start of metadata

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
  • No labels