Back to Devexpress

PdfViewerControl.StrikethroughSelectedText(Color) Method

wpf-devexpress-dot-xpf-dot-pdfviewer-dot-pdfviewercontrol-dot-strikethroughselectedtext-x28-system-dot-windows-dot-media-dot-color-x29.md

latest1.4 KB
Original Source

PdfViewerControl.StrikethroughSelectedText(Color) Method

Strikethroughs a selected text with the specified color.

Namespace : DevExpress.Xpf.PdfViewer

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

NuGet Package : DevExpress.Wpf.PdfViewer

Declaration

csharp
public void StrikethroughSelectedText(
    Color color
)
vb
Public Sub StrikethroughSelectedText(
    color As Color
)

Parameters

NameTypeDescription
colorColor

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

|

See Also

Select

SelectAll()

PdfViewerControl Class

PdfViewerControl Members

DevExpress.Xpf.PdfViewer Namespace