Document Library for UWP | ComponentOne
C1.UWP.Document Assembly / C1.Xaml.Document.Export Namespace / PdfFilter Class / UseOutlines Property

In This Topic
    UseOutlines Property
    In This Topic
    Specifies whether the PDF output should include an outline tree.
    Syntax
    'Declaration
     
    Public Property UseOutlines As Boolean
    public bool UseOutlines {get; set;}
    Remarks

    The outline tree is created automatically based on the report groups and can be used to navigate through the report in the Adobe Acrobat viewer.

    Each node in the tree corresponds to a group header section in the report. Invisible group header sections do not generate outline entries in the PDF document.

    See Also