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

PdfViewerControl.StrikethroughSelectedText(Color) Method

Strikethroughs a selected text with the specified color.

Namespace: DevExpress.Xpf.PdfViewer

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

NuGet Package: DevExpress.Wpf.PdfViewer

Declaration

public void StrikethroughSelectedText(
    Color color
)

Parameters

Name Type Description
color Color

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

See Also