Skip to main content

PdfOutlineNodeTextSize Enum

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

Namespace: DevExpress.XtraPdfViewer

Assembly: DevExpress.XtraPdfViewer.v23.2.dll

NuGet Package: DevExpress.Win.PdfViewer

Declaration

public enum PdfOutlineNodeTextSize

Members

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

Related API Members

The following properties accept/return PdfOutlineNodeTextSize values:

See Also