Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

PdfOutlineViewerSettings.UseOutlinesForeColor Property

Specifies whether to use document foreground colors for the outline node text in the Bookmarks panel.

Namespace: DevExpress.XtraPdfViewer

Assembly: DevExpress.XtraPdfViewer.v24.2.dll

NuGet Package: DevExpress.Win.PdfViewer

#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 when the UserLookAndFeel.SkinName property is set to “DevExpress Dark Style”.

UseOutlinesForeColor = true UseOutlinesForeColor = false
UseOutlinesForeColor_true UseOutlinesForeColor_false
See Also