
The abstract MailMergeFieldAdapter class is the base class of all special DocumentServer mail merge field adapters. It implements the necessary means to access field properties.
Introduced: 15.0.
[C#]
public abstract class MailMergeFieldAdapter : FieldAdapter
[Visual Basic]
Public MustInherit Class MailMergeFieldAdapter
| Constructor | Description | |
| DocumentServer.Fields.MailMergeFieldAdapter | Initializes a new instance of the MailMergeFieldAdapter class. |
| Property | Description | |
| ApplicationField | Gets the adapted ApplicationField of the field. | |
| ID | Gets the ID of the specific field through its adapter. | |
| Length | Gets the number of characters in a text field through its adapter. | |
| PreserveFormatting | Specifies whether the field's formatting should be preserved. | |
| Start | Gets the first character position (one-based) of the field through its adapter. | |
| TypeName | Gets the field's type name of the specific field through its adapter. |
| Method | Description | |
| ShowDialog | Opens the specific field options dialog box. |
| Field | Description | |
| FieldAdapter.TYPE_NAME | Represents the name of the respective field type. |