Click or drag to resize

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
Syntax
public void RemoveMergeFields(
	bool allRelatedMergeFields
)

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