Back to Devexpress

PrintingOptions.DocVariableFieldsUpdateBeforePrint Property

officefileapi-devexpress-dot-xtrarichedit-dot-printingoptions-b48f9476.md

latest2.4 KB
Original Source

PrintingOptions.DocVariableFieldsUpdateBeforePrint Property

OBSOLETE

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

Declaration

csharp
[Browsable(false)]
[DefaultValue(false)]
[Obsolete("Use UpdateDocVariablesBeforePrint instead.")]
[XtraSerializableProperty]
public bool DocVariableFieldsUpdateBeforePrint { get; set; }
vb
<Browsable(False)>
<Obsolete("Use UpdateDocVariablesBeforePrint instead.")>
<DefaultValue(False)>
<XtraSerializableProperty>
Public Property DocVariableFieldsUpdateBeforePrint As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

true , to update fields before a document is printed; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to DocVariableFieldsUpdateBeforePrint
RichEditControlOptionsBase

.Printing .DocVariableFieldsUpdateBeforePrint

|

Remarks

Use the Document.UpdateDocVariablesBeforePrint property instead.

See Also

Fields in Rich Text Documents

PrintingOptions Class

PrintingOptions Members

DevExpress.XtraRichEdit Namespace