PresentationDocument.CreateFromTemplate(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates an editable PresentationDocument from a template, opened on a MemoryStream with expandable capacity.
public static DocumentFormat.OpenXml.Packaging.PresentationDocument CreateFromTemplate (string path);
static member CreateFromTemplate : string -> DocumentFormat.OpenXml.Packaging.PresentationDocument
Public Shared Function CreateFromTemplate (path As String) As PresentationDocument
Parameters
- path
- String
The path and file name of the template.
Returns
The new PresentationDocument based on the template.