Gets or sets a value indicating whether this
PdfFont
specifies a horizontal line through the font.
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public bool Strikeout { get; set; }
VB
Public Property Strikeout As Boolean
Get
Set
Property Value
Type:
Booleantrue if this
PdfFont has a horizontal
line through it; otherwise,
false.
See Also