The MergeSettings class is intended for passing additional settings to the DataSourceManager.Merge method.

Syntax

public class MergeSettings
Public Class MergeSettings

Introduced: 31.0.

Constructors

Constructor Description
MergeSettings Initializes a new instance of the MergeSettings class.

Properties

Property Description
AsSingleDocument Specifies whether to combine the merge result to a single document.
RemoveEmptyBlocks Specifies whether the content of empty merge blocks should be removed from the template or not.
RemoveEmptyFields Specifies whether empty fields should be removed from the template or not.
RemoveEmptyImages Specifies whether images which don't have merge data should be removed from the template or not.
RemoveEmptyLines Specifies whether text lines which are empty after merging should be removed from the template or not.
RemoveTrailingWhitespace Specifies whether trailing whitespace should be removed before saving a document.