Document.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 (in Microsoft.Office.Tools.Word.dll)

Syntax

'Declaration
Property XMLSaveThroughXSLT As String
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

Document Interface

Microsoft.Office.Tools.Word Namespace