# OutlineMergeMode

## Content

[**DsPdfJS API v9.1.3**](../README)

***

[DsPdfJS API](../globals) / 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.
