TextGRAB SDK Documentation | ITextFont::IsStrikeOut

IsStrikeOut.

[C/C++]
HRESULT   get_IsStrikeOut( VARIANT_BOOL* pVal );
[Visual Basic]
Public ReadOnly Property  IsStrikeOut As Boolean
[C#]
public  ref bool   ITextFont.IsStrikeOut { get; }

Parameters

pVal
[out,retval] Specifies if font is strikeout or not.

See Also

ITextFont interface