Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

PdfOutline.Color Property

Gets the color of the outline entry’s text in the navigation pane.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v20.2.Core.dll

NuGet Package: DevExpress.Pdf.Core

Declaration

public PdfColor Color { get; }

Property Value

Type Description
PdfColor

A PdfColor object that represents the color for an outline entry’s text.

See Also