Foxit PDF SDK
fsdk.StrikeOut Class Reference

Detailed Description

Strikeout annotation is a kind of text markup annotation, which is shown as a strikeout line in the middle of the text in a PDF document.
Class fsdk.StrikeOut is derived from TextMarkup and offers function to reset appearance stream of a strikeout annotation. For a strikeout annotation, quadrilaterals are required. So please ensure that a strikeout annotation has valid quadrilaterals before resetting its appearance stream; otherwise the strikeout annotation cannot be reset appearance stream.

Note
For a newly created strikeout annotation, if user calls function fsdk.Annot.ResetAppearanceStream directly after setting required quadrilaterals property and not setting any other properties, the default appearance will be used:
border width = 1.0, border style = fsdk.BorderInfoE_Solid , border color = 0xFFF94244 (a kind of red), opacity = 1.0.
See also
TextMarkup