Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / MergeDocumentOptions Class / DestinationOutlines Property

In This Topic
    DestinationOutlines Property
    In This Topic
    Gets or sets the OutlineNodeCollection to which the outlines from the source document linked to the merged pages will be copied.

    This can be either the target document's root GcPdfDocument.Outlines collection, or one of its nested nodes' Children collections.

    Syntax
    'Declaration
     
    Public Property DestinationOutlines As OutlineNodeCollection
    public OutlineNodeCollection DestinationOutlines {get; set;}
    See Also