MailMergeRecordFinishedEventArgs.Document Property
Gets a merged document.
Namespace: DevExpress.XtraRichEdit
Assembly: DevExpress.RichEdit.v24.1.Core.dll
NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation
Declaration
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