Options.UpdateFieldsWithTrackedChangesAtPrint Property

Definition

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.

Applies to