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 |
---|---|---|
The PDF reference returned from DynaPDF.New. | ||
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
- DynaPDF.FileLink
- DynaPDF.GetFieldHighlightMode
- DynaPDF.GetLinkHighlightMode
- DynaPDF.New
- DynaPDF.PageLink
- DynaPDF.PageLinkEx
- DynaPDF.SetAnnotHighlightMode
- DynaPDF.SetFieldHighlightMode
- DynaPDF.SetLineWidth
- DynaPDF.WebLink
Release notes
- Version 7.0
- Added DynaPDF.SetLinkHighlightMode and DynaPDF.GetLinkHighlightMode functions.
Example Databases
Blog Entries
- DynaPDF WriteFText with links inside
- Example Script for DynaPDF.FindText and DynaPDF.WebLink
- MBS FileMaker Plugin, version 7.0pr1
This function checks for a license.
Created 18th December 2016, last changed 4th May 2020