ITextCharacterFormat.Strikethrough Property

Definition

Gets or sets whether characters are displayed with a horizontal line through the center.

public:
 property FormatEffect Strikethrough { FormatEffect get(); void set(FormatEffect value); };
FormatEffect Strikethrough();

void Strikethrough(FormatEffect value);
public FormatEffect Strikethrough { get; set; }
var formatEffect = iTextCharacterFormat.strikethrough;
iTextCharacterFormat.strikethrough = formatEffect;
Public Property Strikethrough As FormatEffect

Property Value

The strikethrough state.

Applies to