Back to Devexpress

PdfViewer.SearchHighlightColor Property

maui-devexpress-dot-maui-dot-pdf-dot-pdfviewer-adc49d59.md

latest978 B
Original Source

PdfViewer.SearchHighlightColor Property

Gets or sets the color that is used to highlight search results in the PDF document.

Namespace : DevExpress.Maui.Pdf

Assembly : DevExpress.Maui.Pdf.dll

NuGet Package : DevExpress.Maui.Pdf

Declaration

csharp
public Color SearchHighlightColor { get; set; }

Property Value

TypeDescription
Color

The highlight color.

|

Remarks

The following example specifies the color used to highlight search results:

xaml
<dxp:PdfViewer ... SearchHighlightColor="#90f0ffff">

See Also

PdfViewer Class

PdfViewer Members

DevExpress.Maui.Pdf Namespace