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

PdfOutlineNodeTextSize Enum

Lists values specifying the outline node text size in the PDF navigation pane.

Namespace: DevExpress.XtraPdfViewer

Assembly: DevExpress.XtraPdfViewer.v19.1.dll

Declaration

public enum PdfOutlineNodeTextSize

Members

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

Related API Members

The following properties accept/return PdfOutlineNodeTextSize values:

Remarks

A PdfOutlineNodeTextSize enumeration value is returned by the PdfOutlineViewerSettings.TextSize property.

See Also