Skip to main content

PdfViewer.UnderlineSelectedText(String) Method

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

Namespace: DevExpress.XtraPdfViewer

Assembly: DevExpress.XtraPdfViewer.v23.2.dll

NuGet Package: DevExpress.Win.PdfViewer

Declaration

public void UnderlineSelectedText(
    string comment
)

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.

See Also