TextStyle.Strikethrough Method

Sets the strikethrough text style.

Namespace:  BitMiracle.Docotic.Pdf.Layout
Assembly:  BitMiracle.Docotic.Pdf.Layout (in BitMiracle.Docotic.Pdf.Layout.dll)

Syntax

C#
public TextStyle Strikethrough(
	bool strikethrough = true
)
VB
Public Function Strikethrough ( 
	Optional strikethrough As Boolean = true
) As TextStyle

Parameters

strikethrough (Optional)
Type: System.Boolean
true to draw strikethrough text; otherwise, false.

Return Value

Type: TextStyle
The copy of this style with the applied strikethrough settings.

See Also