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.v19.2.dll

Declaration

public PdfOutlineNodeTextSize TextSize { get; set; }

Property Value

Type Description
PdfOutlineNodeTextSize

A PdfOutlineNodeTextSize enumeration value which represents an outline nodes’ text size mode.

Available values:

Name Description
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

Remarks

See the PdfOutlineNodeTextSize topic for information on the available text size modes of the PDF outline nodes.

To access a PdfOutlineViewerSettings object, use the PdfViewer.OutlineViewerSettings property.

See Also