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:
12.0
12.1
12.2
12.3
12.4
12.5
13.0
13.1
13.2
13.3
Statistic
FMM
Blog
DynaPDF.CreateGoToAction
Creates a go-to action.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
DynaPDF | 10.0 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
MBS( "DynaPDF.CreateGoToAction"; PDF; DestType; DestPage { ; a; b; c; d } ) More
Parameters
Parameter | Description | Example | Flags |
---|---|---|---|
The PDF reference returned from DynaPDF.New. | |||
DestType | The type of destination, can be XYZoom, Fit, FitHTop, FitVLeft, FitRect, FitB, FitBHTop or FitBVLeft. | "Fit" | |
DestPage | Destination Page | 5 | |
a | Various, depends on destination type | Optional | |
b | Various, depends on destination type | Optional | |
c | Various, depends on destination type | Optional | |
d | Various, depends on destination type | Optional |
Result
Returns action number or error.
Description
Creates a go-to action.The go-to action changes the view to a specific destination (page, location, and magnification factor). This action type is useful if a specific destination must be used by several objects such as bookmarks and page links.
See also CreateGoToAction function in DynaPDF manual.
See also
- DynaPDF.AddActionToObj
- DynaPDF.CreateGoToActionEx
- DynaPDF.CreateGoToRAction
- DynaPDF.CreateGoToRActionEx
- DynaPDF.CreateJSAction
- DynaPDF.CreateNamedDest
- DynaPDF.CreateRadioButton
- DynaPDF.CreateResetAction
- DynaPDF.CreateSubmitAction
- DynaPDF.Table.SetCellAction
Release notes
- Version 10.0
- Added DynaPDF.CreateGoToAction, DynaPDF.CreateGoToActionEx, DynaPDF.CreateGoToRAction and DynaPDF.CreateGoToRActionEx functions.
Blog Entries
- New in the MBS FileMaker Plugin 10.0
- Neues MBS FileMaker Plugin 10.0
- MBS FileMaker Plugin 10.0 - More than 6000 Functions In One Plugin
- MBS FileMaker Plugin, version 9.6pr2
This function checks for a paid license.
Created 5th December 2019, last changed 5th December 2019
DynaPDF.CreateDeviceNColorSpace - DynaPDF.CreateGoToActionEx
