Components All New MacOS Windows Linux iOS
Examples Mac & Win Server Client Guides Statistic FMM Blog Deprecated Old

DynaPDF.SetLinkHighlightMode

Sets the highlight mode that is used by link annotations.

Component Version macOS Windows Linux Server iOS SDK
DynaPDF 7.0 ✅ Yes ✅ Yes ✅ Yes ✅ Yes ✅ Yes
MBS( "DynaPDF.SetLinkHighlightMode"; PDF; Mode )   More

Parameters

Parameter Description Example
PDF The PDF reference returned from DynaPDF.New. $pdf
Mode The new highlight mode. Can be None, Invert, Outline, Push or PushUpd. "Invert"

Result

Returns OK or error.

Description

Sets the highlight mode that is used by link annotations.
The highlight mode applies a visual effect when moving the mouse over a link annotation.

See also SetLinkHighlightMode function in DynaPDF manual.

Examples

Setup drawing for links:

Set Variable [ $r ; Value: MBS("DynaPDF.SetLineWidth"; $pdf; 1) ]
Set Variable [ $r ; Value: MBS("DynaPDF.SetLinkHighlightMode"; $pdf; "invert") ]

See also

Release notes

Example Databases

Blog Entries

This function checks for a license.

Created 18th December 2016, last changed 4th May 2020


DynaPDF.SetLineWidth - DynaPDF.SetMetaConvFlags