_Document.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.
Determines if 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
Remarks
This property returns True if revision marks are printed with the document, and False if revision marks aren't printed (that is, tracked changes are printed as if they'd been accepted). Set the property value to True or False to enable or disable the functionality.