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

PdfOutlineViewerSettings.TextSize Property

Gets or sets the text size of nodes located in the PDF outline viewer (navigation pane).

Namespace: DevExpress.XtraPdfViewer

Assembly: DevExpress.XtraPdfViewer.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.PdfViewer

Declaration

public PdfOutlineNodeTextSize TextSize { get; set; }

Property Value

Type Description
PdfOutlineNodeTextSize

Indicates an outline nodes’ text size mode.

Available values:

Name Description Example
Small

The text of outline nodes in the PDF navigation pane is small.

OutlineNodeSize_Small

Medium

The text of outline nodes in the PDF navigation pane is medium.

OutlineNodeSize_Medium

Large

The text of outline nodes in the PDF navigation pane is large.

OutlineNodeSize_Large

Property Paths

You can access this nested property as listed below:

Object Type Path to TextSize
PdfViewer
See Also