Options.PrintXMLTag Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
public:
property bool PrintXMLTag { bool get(); void set(bool value); };
public bool PrintXMLTag { get; set; }
member this.PrintXMLTag : bool with get, set
Public Property PrintXMLTag As Boolean