Topics
All
MacOS
(Only)
Windows
(Only)
Linux
(Only, Not)
iOS
(Only, Not)
Components
Crossplatform Mac & Win
Server
Client
Old
Deprecated
Guides
Examples
Videos
New in version:
9.5
10.0
10.1
10.2
10.3
10.4
10.5
11.0
11.1
11.2
Statistic
FMM
Blog
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 |
Parameter | Description | Example |
---|---|---|
The PDF reference returned from DynaPDF.New. | ||
Mode | The new highlight mode. Can be None, Invert, Outline, Push or PushUpd. | "Invert" |
Returns OK or error.
See also SetLinkHighlightMode function in DynaPDF manual.
Setup drawing for links:
Set Variable [ $r ; Value: MBS("DynaPDF.SetLineWidth"; $pdf; 1) ]
Set Variable [ $r ; Value: MBS("DynaPDF.SetLinkHighlightMode"; $pdf; "invert") ]
Created 18th December 2016, last changed 4th May 2020
DynaPDF.SetLineWidth - DynaPDF.SetMetaConvFlags
Feedback: Report problem or ask question.