[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.OutlineMergeMode

OutlineMergeMode Enum

Specifies how outlines are handled when merging two documents.

Namespace: GrapeCity.Documents.Pdf
Assembly: DS.Documents.Pdf.dll
Syntax
public enum OutlineMergeMode
Public Enum OutlineMergeMode

Fields

Name Description
All

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

LinkedWithMergedObjects

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

None

Outlines from the source document are ignored.

See Also