Table of Contents

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 bool

true to draw strikethrough text; otherwise, false.

Returns

TextStyle

The copy of this style with the applied strikethrough settings.