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

PdfViewerControl.StrikethroughSelectedText(String) Method

Strikethroughs 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.v19.2.dll

Declaration

public void StrikethroughSelectedText(
    string comment
)

Parameters

Name Type Description
comment String

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

See Also