C1.WPF.Document.4.6.2 Assembly / C1.WPF.Document.Export Namespace / PdfFilter Class / UseOutlines Property

In This Topic
UseOutlines Property (PdfFilter)
In This Topic
Specifies whether the PDF output should include an outline tree.
Syntax
'Declaration
 
Public Property UseOutlines As Boolean
 
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