Gets or sets the full path to the VisioExport.vxt template file.
Namespace: MindFusion.Diagramming.Export
Assembly: MindFusion.Diagramming.Export.Visio
C# Copy Code |
---|
public string TemplatePath { get; set; } |
Visual Basic Copy Code |
---|
Public Property TemplatePath As String |
A string specifying the location of the template file. The default is an empty string.
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.