Enum MergeRecordSeparator
How many documents a multi-record merge produces, and what separates the copies.
public enum MergeRecordSeparator
Fields
None = 0Copies follow one another with no break. Suits labels and lists.
PageBreak = 1A page break between copies.
SectionBreak = 2A new section between copies, so page setup and headers can differ.