[]
        
(Showing Draft Content)

OutlineMergeMode

Enumeration: OutlineMergeMode

Specifies how outlines are handled when merging two documents.

Enumeration Members

All

All: 1;

All outlines from the source document will be copied to the destination document.


LinkedWithMergedObjects

LinkedWithMergedObjects: 2;

Only outlines linked with merged objects will be copied to the destination document.


None

None: 0;

Outlines from the source document are ignored.