MergeFormatMode

MergeFormatMode enumeration

Specifies how formatting is merged when combining multiple documents.

public enum MergeFormatMode

Values

NameValueDescription
MergeFormatting0Combine the formatting of the merged documents.
KeepSourceFormatting1Means that the source document will retain its original formatting, such as font styles, sizes, colors, indents, and any other formatting elements applied to its content.
KeepSourceLayout2Preserve the layout of the original documents in the final document.

See Also