Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
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.CreateGoToEAction
- DynaPDF.CreateGoToRActionEx
- DynaPDF.CreateNamedDest
- DynaPDF.CreateRadioButton
- DynaPDF.CreateResetAction
- DynaPDF.CreateURIAction
- DynaPDF.New
- 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 license.
Created 5th December 2019, last changed 5th December 2019
DynaPDF.CreateGeospatialMeasure - DynaPDF.CreateGoToActionEx
