Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

UpdateDocVariablesBeforePrint Enum

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

Namespace: DevExpress.XtraRichEdit

Assembly: DevExpress.RichEdit.v19.1.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.

Remarks

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

See Also