_Document.SmartTagsAsXMLProps Property
Determines whether Microsoft Word creates an XML header containing smart tag information when a document containing smart tags is saved as HTML.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property SmartTagsAsXMLProps As Boolean
Get
Set
'Usage
Dim instance As _Document
Dim value As Boolean
value = instance.SmartTagsAsXMLProps
instance.SmartTagsAsXMLProps = value
bool SmartTagsAsXMLProps { get; set; }
Property Value
Type: System.Boolean
Remarks
This property returns True for Microsoft Word to create an XML header containing smart tag information when a document containing smart tags is saved as HTML, and False if not. Set the property value to True or False to enable or disable the functionality.