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

PdfViewer.UnderlineSelectedText(Color) Method

Underlines a selected text with a specified color.

Namespace: DevExpress.XtraPdfViewer

Assembly: DevExpress.XtraPdfViewer.v18.2.dll

Declaration

public void UnderlineSelectedText(
    Color color
)

Parameters

Name Type Description
color Color

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

See Also