Options.PrintXMLTag Property

Definition

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

Property Value

Applies to