PrintingOptions.UpdateDocVariablesBeforePrint Property
Gets or sets whether fields are automatically updated before a document is printed.
Namespace: DevExpress.XtraRichEdit
Assembly: DevExpress.RichEdit.v24.1.Core.dll
NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation
Declaration
[DefaultValue(true)]
[XtraSerializableProperty]
public bool UpdateDocVariablesBeforePrint { get; set; }
Property Value
Type | Default | Description |
---|---|---|
Boolean | true | true, to update fields before a document is printed; otherwise, false. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to UpdateDocVariablesBeforePrint |
---|---|
RichEditControlOptionsBase |
|
Remarks
The UpdateDocVariablesBeforePrint Property in DOCX and RTF Documents
The UpdateDocVariablesBeforePrint
setting is stored in the document in OpenXml (.docx) format. Microsoft Word preserves this setting when a document is saved, but ignores it. The setting specifies whether to update the DOCVARIABLE field before the document is printed/exported, or before the field is copied. The option also affects the DOCVARIABLE fields update when RTF content is imported.