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