PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview Namespace / NestedOutlinesMode Enumeration

In This Topic
    NestedOutlinesMode Enumeration
    In This Topic
    Specifies how outlines of a document or report associated with a multi-document item are treated when the outline tree for the whole multi-document is prepared.
    Syntax
    'Declaration
     
    Public Enum NestedOutlinesMode 
       Inherits System.Enum
    public enum NestedOutlinesMode : System.Enum 
    Members
    MemberDescription
    AddChildrenThe outlines of the associated document or report are added as children of the multi-document item's outline node.
    ReplaceThe outlines of the associated document or report replace the multi-document item's outline node.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.C1Preview.NestedOutlinesMode

    See Also