Skip to main content

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.v23.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