DocumentBase.PrintRevisions 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.
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).