_Document.PrintRevisions Property

Definition

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.

Applies to