Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / OutlineMergeMode Enumeration

In This Topic
    OutlineMergeMode Enumeration
    In This Topic
    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