PdfOutlineViewerSettings.UseOutlinesForeColor Property
In This Article
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
#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 Use |
---|---|
Pdf |
|
#Remarks
The following table demonstrates the UseOutlinesForeColor property in action when the UserLookAndFeel.SkinName property is set to “DevExpress Dark Style”.
Use |
Use |
---|---|
![]() |
![]() |
See Also