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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.