[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.OutlineMergeMode

Enum OutlineMergeMode

Namespace
GrapeCity.Documents.Pdf
Assembly
GcDocs.Pdf.dll

Specifies how outlines are handled when merging two documents.

public enum OutlineMergeMode

Fields

All = 1

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

LinkedWithMergedObjects = 2

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

None = 0

Outlines from the source document are ignored.

See Also