PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview Namespace / C1MultiDocument Class / MakeOutlines Method

In This Topic
    MakeOutlines Method (C1MultiDocument)
    In This Topic
    Builds the outline tree for the current multi-document, merging the multi-document's own outlines (Outlines) and outline trees of documents and reports contained within the multi-document.

    For details, see the remarks section of the property.

    Syntax
    'Declaration
     
    Public Function MakeOutlines() As OutlineNodeCollection
    public OutlineNodeCollection MakeOutlines()

    Return Value

    The combined outline for the multi-document.
    See Also