Back to Devexpress

PdfViewerControl.UnderlineSelectedText(String) Method

wpf-devexpress-dot-xpf-dot-pdfviewer-dot-pdfviewercontrol-dot-underlineselectedtext-x28-system-dot-string-x29.md

latest1.4 KB
Original Source

PdfViewerControl.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.Xpf.PdfViewer

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

NuGet Package : DevExpress.Wpf.PdfViewer

Declaration

csharp
public void UnderlineSelectedText(
    string comment
)
vb
Public Sub UnderlineSelectedText(
    comment As String
)

Parameters

NameTypeDescription
commentString

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

|

See Also

Select

SelectAll()

PdfViewerControl Class

PdfViewerControl Members

DevExpress.Xpf.PdfViewer Namespace