Options.PrintXMLTag Property
Returns a Boolean that represents whether to print the XML tags when printing a document. Corresponds to the XML tags check box on the Print tab in the Options dialog box. True indicates that tags are printed. False indicates tags are not printed.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property PrintXMLTag As Boolean
Get
Set
'Usage
Dim instance As Options
Dim value As Boolean
value = instance.PrintXMLTag
instance.PrintXMLTag = value
bool PrintXMLTag { get; set; }
Property Value
Type: System.Boolean