Back to Devexpress

PdfOutlineViewerSettings.UseOutlinesForeColor Property

windowsforms-devexpress-dot-xtrapdfviewer-dot-pdfoutlineviewersettings-d59876be.md

latest2.1 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Win.PdfViewer

Declaration

csharp
public bool UseOutlinesForeColor { get; set; }
vb
Public Property UseOutlinesForeColor As Boolean

Property Value

TypeDescription
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 TypePath 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 = trueUseOutlinesForeColor = false

See Also

PdfOutlineViewerSettings Class

PdfOutlineViewerSettings Members

DevExpress.XtraPdfViewer Namespace