Table of Contents

Property Strikeout

Namespace
BitMiracle.Docotic.Pdf
Assembly
BitMiracle.Docotic.Pdf.dll

Strikeout

Gets or sets a value indicating whether this PdfFont specifies a horizontal line through the font.

[Obsolete("This property will be removed in the next release of the library. Use the PdfTextDrawingOptions.Strikethrough and PdfStringDrawingOptions.Strikethrough properties instead.")]
public bool Strikeout { get; set; }

Property Value

bool

true if this PdfFont has a horizontal line through it; otherwise, false.