Options.UpdateFieldsWithTrackedChangesAtPrint 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 whether Word 2010 allows fields containing tracked changes to update before printing.
public:
property bool UpdateFieldsWithTrackedChangesAtPrint { bool get(); void set(bool value); };
public bool UpdateFieldsWithTrackedChangesAtPrint { get; set; }
member this.UpdateFieldsWithTrackedChangesAtPrint : bool with get, set
Public Property UpdateFieldsWithTrackedChangesAtPrint As Boolean
Property Value
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.