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

PdfOutlineViewerSettings Class

Provides outline settings of the PDF viewer.

Namespace: DevExpress.XtraPdfViewer

Assembly: DevExpress.XtraPdfViewer.v19.1.dll

Declaration

public class PdfOutlineViewerSettings

The following members return PdfOutlineViewerSettings objects:

Remarks

Use the members of this class to customize the bookmark behavior on the navigation pane.

An object of the PdfOutlineViewerSettings class can be accessed via the PdfViewer.OutlineViewerSettings property.

After you get access to the outline settings, you can change the text node default size (PdfOutlineViewerSettings.TextSize), specify whether wrap long lines in the outline node text (PdfOutlineViewerSettings.WrapLongLines) and customize other outline settings.

Inheritance

Object
PdfOutlineViewerSettings
See Also