officefileapi-devexpress-dot-xtrarichedit-dot-printingoptions-b48f9476.md
Use UpdateDocVariablesBeforePrint instead.
Gets or sets whether DOCVARIABLE fields are automatically updated before a document is printed.
Namespace : DevExpress.XtraRichEdit
Assembly : DevExpress.RichEdit.v25.2.Core.dll
NuGet Package : DevExpress.RichEdit.Core
[Browsable(false)]
[DefaultValue(false)]
[Obsolete("Use UpdateDocVariablesBeforePrint instead.")]
[XtraSerializableProperty]
public bool DocVariableFieldsUpdateBeforePrint { get; set; }
<Browsable(False)>
<Obsolete("Use UpdateDocVariablesBeforePrint instead.")>
<DefaultValue(False)>
<XtraSerializableProperty>
Public Property DocVariableFieldsUpdateBeforePrint As Boolean
| Type | Default | Description |
|---|---|---|
| Boolean | false |
true , to update fields before a document is printed; otherwise, false.
|
You can access this nested property as listed below:
| Object Type | Path to DocVariableFieldsUpdateBeforePrint |
|---|---|
| RichEditControlOptionsBase |
.Printing .DocVariableFieldsUpdateBeforePrint
|
Use the Document.UpdateDocVariablesBeforePrint property instead.
See Also