Skip to main content
A newer version of this page is available. .

UpdateDocVariablesBeforePrint Enum

Lists modes that determine whether DOCVARIABLE fields are recalculated before printing.

Namespace: DevExpress.XtraRichEdit

Assembly: DevExpress.RichEdit.v18.2.Core.dll

Declaration

public enum UpdateDocVariablesBeforePrint

Members

Name Description
Auto

Default value.

Always

DOCVARIABLE fields are always recalculated before printing.

Never

DOCVARIABLE fields are never recalculated before printing.

Related API Members

The following properties accept/return UpdateDocVariablesBeforePrint values:

Remarks

The UpdateDocVariablesBeforePrint enumeration is specified as the value of the Document.UpdateDocVariablesBeforePrint property.

See Also