[]
Specifies how outlines are handled when merging two documents.
public enum OutlineMergeMode
All = 1All outlines from the source document will be copied to the destination document.
LinkedWithMergedObjects = 2Only outlines linked with merged objects will be copied to the destination document.
None = 0Outlines from the source document are ignored.