Skip to main content

PdfMarkupToolsSettings.TextHighlightColor Property

Specifies the color for a text highlight tool.

Namespace: DevExpress.XtraPdfViewer

Assembly: DevExpress.XtraPdfViewer.v23.2.dll

NuGet Package: DevExpress.Win.PdfViewer

Declaration

public Color TextHighlightColor { get; set; }

Property Value

Type Description
Color

A Color value that specifies the text highlight tool’s color.

Property Paths

You can access this nested property as listed below:

Object Type Path to TextHighlightColor
PdfViewer
.MarkupToolsSettings .TextHighlightColor

Remarks

To access the PdfMarkupToolsSettings object, use the PdfViewer.MarkupToolsSettings property.

See Also