Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Determines if revision marks are printed with the document.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property PrintRevisions As Boolean
Get
Set
'Usage
Dim instance As _Document
Dim value As Boolean
value = instance.PrintRevisions
instance.PrintRevisions = value
bool PrintRevisions { get; set; }
Property Value
Type: System.Boolean
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.