Skip to main content
A newer version of this page is available.

IPdfDocument.CreateOutlines() Method

Creates outlines (bookmarks).

Namespace: DevExpress.Xpf.PdfViewer

Assembly: DevExpress.Xpf.PdfViewer.v19.2.dll

Declaration

IEnumerable<PdfOutlineTreeListItem> CreateOutlines()

Returns

Type Description
IEnumerable<DevExpress.Pdf.Native.PdfOutlineTreeListItem>

A collection of PdfOutlineTreeListItem objects that represent outlines.

See Also