Table of Contents

Enum MergeRecordSeparator

Namespace
DocWright.MailMerge
Assembly
DocWright.MailMerge.dll

How many documents a multi-record merge produces, and what separates the copies.

public enum MergeRecordSeparator

Fields

None = 0

Copies follow one another with no break. Suits labels and lists.

PageBreak = 1

A page break between copies.

SectionBreak = 2

A new section between copies, so page setup and headers can differ.