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

MailMergeRecordFinishedEventArgs.Document Property

Gets a merged document.

Namespace: DevExpress.XtraRichEdit

Assembly: DevExpress.RichEdit.v19.1.Core.dll

Declaration

public Document Document { get; }

Property Value

Type Description
Document

A Document interface providing access to a merged document.

Remarks

The Document property enables you to modify an interim document after each record is merged.

See Also