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

PdfOutlineViewerSettings.UseOutlinesForeColor Property

Specifies whether to use document foreground colors for the outline node text in the navigation pane.

Namespace: DevExpress.XtraPdfViewer

Assembly: DevExpress.XtraPdfViewer.v19.1.dll

Declaration

public bool UseOutlinesForeColor { get; set; }

Property Value

Type Description
Boolean

true to apply document foreground colors to the outline node text; false to apply theme colors to the outline node text.

Property Paths

You can access this nested property as listed below:

Object Type Path to UseOutlinesForeColor
PdfViewer
.OutlineViewerSettings.UseOutlinesForeColor

Remarks

The following table demonstrates the UseOutlinesForeColor property in action with the UserLookAndFeel.SkinName property set to “DevExpress Dark Style”.

UseOutlinesForeColor =true UseOutlinesForeColor = false
UseOutlinesForeColor_true UseOutlinesForeColor_false

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

See Also