Class MailMergeOptions
Controls a merge.
public sealed class MailMergeOptions
- Inheritance
-
MailMergeOptions
- Inherited Members
Constructors
- MailMergeOptions()
Initializes a new instance of the MailMergeOptions class.
Properties
- Culture
Gets or sets the culture numeric and date values format under.
- Diagnostics
Gets or sets where diagnostics are reported.
- FieldMerging
Gets or sets a hook called for every merge field, before its value is written.
- ImageResolving
Gets or sets a callback supplying image bytes for an image merge field.
- MaxRecords
Gets or sets the maximum number of records to merge, or zero for no limit.
- MaxRegionDepth
Gets or sets the maximum nesting depth for merge regions.
- RecordSeparator
Gets or sets what separates one record's copy from the next.
- RemoveEmptyGroups
Gets or sets whether a region whose collection had no rows is removed rather than left as its unmerged template content.
- RemoveEmptyParagraphs
Gets or sets whether a paragraph left empty by the merge is removed. Defaults to true, matching Word.
- TrimWhitespace
Gets or sets whether merged values have leading and trailing whitespace trimmed.
- UnmergedFields
Gets or sets what happens to a field the data has no column for.