PdfOutlineViewerSettings.TextSize Property
In This Article
Gets or sets text size for outline nodes in the Bookmarks panel.
Namespace: DevExpress.XtraPdfViewer
Assembly: DevExpress.XtraPdfViewer.v24.2.dll
NuGet Package: DevExpress.Win.PdfViewer
#Declaration
public PdfOutlineNodeTextSize TextSize { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Pdf |
Pdf |
Indicates the node text size. |
Available values:
Name | Description | Example |
---|---|---|
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 Type | Path to Text |
---|---|
Pdf |
|
See Also