Options.UpdateFieldsWithTrackedChangesAtPrint Property
Gets or sets whether Word 2010 allows fields containing tracked changes to update before printing.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property UpdateFieldsWithTrackedChangesAtPrint As Boolean
Get
Set
'Usage
Dim instance As Options
Dim value As Boolean
value = instance.UpdateFieldsWithTrackedChangesAtPrint
instance.UpdateFieldsWithTrackedChangesAtPrint = value
bool UpdateFieldsWithTrackedChangesAtPrint { get; set; }
Property Value
Type: System.Boolean
true if Word 2010 allows fields containing tracked changes to update before printing; otherwise, false.
Remarks
Read/write. Setting this property has the same effect as selecting or unselecting the check box next to Allow fields containing tracked changes to update before printing in the Word Options dialog box (Advanced tab, Print) in Word 2010.