MailMergeRemoveMergeFields Method (Boolean) |
Removes mail merge related fields from the document.
Namespace:
SautinSoft.Document.MailMerging
Assembly:
SautinSoft.Document (in SautinSoft.Document.dll) Version: 5.3.6.22
Syntaxpublic void RemoveMergeFields(
bool allRelatedMergeFields
)
Public Sub RemoveMergeFields (
allRelatedMergeFields As Boolean
)
Parameters
- allRelatedMergeFields
- Type: SystemBoolean
if set to all mail merge related fields are removed,
such as MergeField,
MergeRec,
MergeSeq,
Next and
If fields;
otherwise MergeField only.
See Also