Search
VisioExporter.TemplatePath Property
See Also
 





Gets or sets the full path to the VisioExport.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 location of the template file. The default is an empty string.

 Remarks

If you do not specify the path to the template file, VisioExporter looks for the file in the same folder where the MindFusion.Diagramming.Export.Visio.dll assembly is, in the folder of the application executable file, and in the current folder. However that might not work under restricted security permissions, for example when running in a browser or in an IIS process.

 See Also