Page tree
Skip to end of metadata
Go to start of metadata

Description

Creates and returns a MergeField at the end of this Element. This merge field will have the specified name and contents.

C#
vb.net

Parameters

fieldName
A String representing the name of this merge field.
display
A String representing the text that will be displayed for this merge field in the document.

Returns

A MergeField object representing the newly created merge field.

Exceptions

System.Exception

Examples

C#
vb.net
  • No labels