DocumentBase.XMLSaveThroughXSLT Property

Gets or sets the path and file name for the Extensible Stylesheet Language Transformation (XSLT) to apply when a user saves the document.

Namespace:  Microsoft.Office.Tools.Word
Assembly:  Microsoft.Office.Tools.Word.v4.0.Utilities (in Microsoft.Office.Tools.Word.v4.0.Utilities.dll)

Syntax

'Declaration
Public Property XMLSaveThroughXSLT As String
public string XMLSaveThroughXSLT { get; set; }

Property Value

Type: System.String
The path and file name for the Extensible Stylesheet Language Transformation (XSLT) to apply when a user saves the document.

Remarks

The XMLSaveThroughXSLT property is only applicable when the XMLUseXSLTWhenSaving property is set to true. If the XMLUseXSLTWhenSaving property is set to false, Microsoft Office Word will ignore the XMLSaveThroughXSLT property.

.NET Framework Security

See Also

Reference

DocumentBase Class

Microsoft.Office.Tools.Word Namespace