Skip to main content

MailMergeFinishedEventArgs.Document Property

Gets a merged document.

Namespace: DevExpress.XtraRichEdit

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

NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation

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 the resulting document after the mail merge is finished.

See Also