PrintDocument for WinForms | ComponentOne
C1.PrintDocument.6 Assembly / C1.C1Preview Namespace / C1MultiDocument Class / MakeOutlines() Method

In This Topic
    MakeOutlines() Method
    In This Topic
    Builds the outline tree for the current multi-document, merging the multi-document's own outlines (C1MultiDocument.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