Foxit PDF SDK
fsdk.Squiggly Class Reference

Detailed Description

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

Note
For a newly created squiggly 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 = 0xFF4899FF (a kind of blue), opacity = 1.0.
See also
TextMarkup