Back to Devexpress

MailMergeFinishedEventArgs.Document Property

officefileapi-devexpress-dot-xtrarichedit-dot-mailmergefinishedeventargs.md

latest1.6 KB
Original Source

MailMergeFinishedEventArgs.Document Property

Gets a merged document.

Namespace : DevExpress.XtraRichEdit

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
public Document Document { get; }
vb
Public ReadOnly Property Document As Document

Property Value

TypeDescription
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

IRichEditDocumentServer.MailMergeFinished

RichEditControl.MailMergeFinished

RichEditControl.MailMergeFinished

MailMergeFinishedEventArgs Class

MailMergeFinishedEventArgs Members

DevExpress.XtraRichEdit Namespace