Property Strikethrough
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
Strikethrough
Gets or sets a value indicating whether to draw text with a horizontal line through it.
public bool Strikethrough { get; set; }
Property Value
- bool
If
true
, the drawn text will have a horizontal line through it.
Remarks
Default value: false
.