Share via


PresentationDocument.CreateFromTemplate(String) Method

Definition

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.

Applies to