Foxit PDF SDK
fsdk.Highlight Class Reference

Detailed Description

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

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