
The IncludeTextMergingEventArgs class provides data for the DocumentServer.MailMerge.IncludeTextMerging event.
Introduced: 15.0.
[C#]
public class IncludeTextMergingEventArgs: EventArgs
[Visual Basic]
Public Class IncludeTextMergingEventArgs
Inherits EventArgs
| Property | Description | |
| Filename | Gets a string that indicates the file name of the IncludeText field to be merged. | |
| IncludeTextDocument | Sets a byte[] array that contains the complete data of the IncludeText document. |