The DocumentSettings class implements the container structure to hold document settings for the Merge method.

Syntax

public class MergeSettings : DocumentSettings
Public Class MergeSettings
 Inherits DocumentSettings

Introduced: X19.

Constructors

Constructor Description
MergeSettings Creates a new instance of MergeSettings.

Properties

Property Description
Author Gets or sets the document's author.
(Inherited from DocumentSettings)
CreationDate Gets or sets the document's creation date.
(Inherited from DocumentSettings)
CreatorApplication Gets or sets the document's creator application.
(Inherited from DocumentSettings)
Culture Specifies the culture for the merge process for date and currency values.
DataSourceCulture Provides a way to specify the culture which is used when parsing date and currency values from the data source in case of formatting problems (e.
DocumentSubject Gets or sets the document's subject string.
(Inherited from DocumentSettings)
DocumentTitle Gets or sets the document's title string.
(Inherited from DocumentSettings)
FormFieldMergeType Specifies in which manner form fields are treated during the merge process.
LastModificationDate Gets or sets the document's last modification date.
(Inherited from DocumentSettings)
MergeCulture Provides a way to specify the target culture which is used when formatting date and currency values during the merge process in case of formatting problems (e.
MergeHtml Gets or sets whether field data can contain formatted Html content or not.
RemoveEmptyBlocks Gets or sets whether the content of empty merge blocks should be removed from the template or not.
RemoveEmptyFields Gets or sets whether empty fields should be removed from the template or not.
RemoveEmptyImages Gets or sets whether images which don't have merge data should be removed from the template or not.
RemoveEmptyLines Gets or sets whether empty lines should be removed from the template or not.
RemoveTrailingWhitespace Gets or sets whether trailing whitespace should be removed before saving a document.
UserPassword Gets or sets the document's user password.
(Inherited from DocumentSettings)