DocumentBase.PrintRevisions Property

Definition

Gets or sets a value that indicates whether revision marks are printed with the document.

public:
 property bool PrintRevisions { bool get(); void set(bool value); };
public bool PrintRevisions { get; set; }
member this.PrintRevisions : bool with get, set
Public Property PrintRevisions As Boolean

Property Value

true if revision marks are printed with the document; otherwise, false (tracked changes are printed as if they had been accepted).

Applies to