Skip to main content
A newer version of this page is available. .

PdfViewerControl.HighlightSelectedText(Color) Method

Highlights a selected text with a specified color.

Namespace: DevExpress.Xpf.PdfViewer

Assembly: DevExpress.Xpf.PdfViewer.v19.2.dll

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