UpdateDocVariablesBeforePrint Enum
Lists modes that determine whether DOCVARIABLE fields are recalculated before printing or export to PDF.
Namespace: DevExpress.XtraRichEdit
Assembly: DevExpress.RichEdit.v23.1.Core.dll
NuGet Package: DevExpress.RichEdit.Core
Declaration
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