_Document.XMLUseXSLTWhenSaving Property
Returns a Boolean that represents whether to save a document through an Extensible Stylesheet Language Transformation (XSLT).
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property XMLUseXSLTWhenSaving As Boolean
Get
Set
'Usage
Dim instance As _Document
Dim value As Boolean
value = instance.XMLUseXSLTWhenSaving
instance.XMLUseXSLTWhenSaving = value
bool XMLUseXSLTWhenSaving { get; set; }
Property Value
Type: System.Boolean
Remarks
This property returns True if a document is saved through an XSLT, and False if not. Set the property value to True or False to enable the corresponding functionality.
When setting the XMLUseXSLTWhenSaving property to True, use the XMLSaveThroughXSLT property to specify the path and file name of the XSLT to use.