A flag to indicate if the font is strikeout.
Namespace: EvoPdfAssembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0
Syntax
| C# |
|---|
public bool IsStrikeout { get; set; } |
| Visual Basic |
|---|
Public Property IsStrikeout As Boolean Get Set |
| Visual C++ |
|---|
public: property bool IsStrikeout { bool get (); void set (bool value); } |