Search
Visio2013Exporter.TemplatePath Property
See Also
 





Gets or sets the full path to the 'Visio2013.vxt' template file.

Namespace: MindFusion.Diagramming.Export
Package: MindFusion.Diagramming.Export.Visio

 Syntax

C#  Copy Code

public string TemplatePath { get; set; }

Visual Basic  Copy Code

Public Property TemplatePath As String

 Property Value

A string specifying the template file location.

 See Also