checks if the style of this font is STRIKETHRU.

Namespace: iTextSharp.text
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Syntax

C#
public bool IsStrikethru()
Visual Basic
Public Function IsStrikethru As Boolean
Visual C++
public:
bool IsStrikethru()

Return Value

a boolean

See Also