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

PdfViewer.StrikethroughSelectedText(String, Color) Method

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

Namespace: DevExpress.XtraPdfViewer

Assembly: DevExpress.XtraPdfViewer.v18.2.dll

Declaration

public void StrikethroughSelectedText(
    string comment,
    Color color
)

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.

color Color

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

See Also