Click or drag to resize

MailMergeRemoveMergeFields(Boolean) Method

Removes mail merge related fields from the document.

Namespace: SautinSoft.Document.MailMerging
Assembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.1.24
Syntax
public void RemoveMergeFields(
	bool allRelatedMergeFields
)

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