Back to Devexpress

PdfOutlineViewerSettings.TextSize Property

windowsforms-devexpress-dot-xtrapdfviewer-dot-pdfoutlineviewersettings-999ba20a.md

latest2.1 KB
Original Source

PdfOutlineViewerSettings.TextSize Property

Gets or sets text size for outline nodes in the Bookmarks panel.

Namespace : DevExpress.XtraPdfViewer

Assembly : DevExpress.XtraPdfViewer.v25.2.dll

NuGet Package : DevExpress.Win.PdfViewer

Declaration

csharp
public PdfOutlineNodeTextSize TextSize { get; set; }
vb
Public Property TextSize As PdfOutlineNodeTextSize

Property Value

TypeDefaultDescription
PdfOutlineNodeTextSizePdfOutlineNodeTextSize.Small

Indicates the node text size.

|

Available values:

NameDescriptionExample
Small

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

|

| | Medium |

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

|

| | Large |

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

|

|

Property Paths

You can access this nested property as listed below:

Object TypePath to TextSize
PdfViewer

.OutlineViewerSettings .TextSize

|

See Also

PdfOutlineViewerSettings Class

PdfOutlineViewerSettings Members

DevExpress.XtraPdfViewer Namespace