Skip to main content

PdfViewer.HighlightSelectedText(Color) Method

Highlights a selected text with a specified color.

Namespace: DevExpress.XtraPdfViewer

Assembly: DevExpress.XtraPdfViewer.v23.2.dll

NuGet Package: DevExpress.Win.PdfViewer

Declaration

public void HighlightSelectedText(
    Color color
)

Parameters

Name Type Description
color Color

A Color value that specifies the color used to highlight a selected text.

See Also