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
PDF The PDF reference returned from DynaPDF.New. $pdf
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

Release notes

Blog Entries

This function checks for a license.

Created 5th December 2019, last changed 5th December 2019


DynaPDF.CreateGeospatialMeasure - DynaPDF.CreateGoToActionEx