Skip to main content

PdfViewerControl.UnderlineSelectedText(String, Color) Method

Underlines a selected text with a color and adds a comment to this text that will be shown in a pop-up window.

Namespace: DevExpress.Xpf.PdfViewer

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

NuGet Package: DevExpress.Wpf.PdfViewer

Declaration

public void UnderlineSelectedText(
    string comment,
    Color color
)

Parameters

Name Type Description
comment String

A string that specifies the comment for an underlined text. The comment will be shown in a pop-up window.

color Color

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

See Also