Method Strikethrough
- Namespace
- BitMiracle.Docotic.Pdf.Layout
- Assembly
- BitMiracle.Docotic.Pdf.Layout.dll
Strikethrough(bool)
Sets the strikethrough text style.
public TextStyle Strikethrough(bool strikethrough = true)
Parameters
strikethrough
booltrue
to draw strikethrough text; otherwise,false
.
Returns
- TextStyle
The copy of this style with the applied strikethrough settings.