Documents for PDF, .NET Edition Documentation
OutlineMergeMode Enumeration

GrapeCity.Documents.Pdf Assembly > GrapeCity.Documents.Pdf Namespace : OutlineMergeMode Enumeration
Specifies how outlines are handled when merging two documents.
Syntax
'Declaration
 
Public Enum OutlineMergeMode 
   Inherits System.Enum
public enum OutlineMergeMode : System.Enum 
Members
MemberDescription
AllAll outlines from the source document will be copied to the destination document.
LinkedWithMergedObjectsOnly outlines linked with merged objects will be copied to the destination document.
NoneOutlines from the source document are ignored.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Documents.Pdf.OutlineMergeMode

See Also

Reference

GrapeCity.Documents.Pdf Namespace
MergeWithDocument Method