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

Introduced in build 4.1.0.1322

Description

The extension that should be used when saving this template; based on the input file.

C#
public String SaveExtension { get; }
vb.net
Public ReadOnly Property SaveExtension() As [String]

Remarks

The extension does not include the dot, such as "docx" or "dotm". Until a file is opened this will be null.

Examples

C#
wordTemplate.Save("output." + wordTemplate.SaveExtension);
vb.net
wordTemplate.Save("output." & wordTemplate.SaveExtension);
  • No labels