Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
DynaPDF.ChangeNamedDest
Changes the name of a named destination.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
DynaPDF | 13.1 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
MBS( "DynaPDF.ChangeNamedDest"; PDF; ObjType; Handle; Name ) More
Parameters
Parameter | Description | Example |
---|---|---|
The PDF reference returned from DynaPDF.New. | ||
ObjType | Object type to which the handle belongs like Action, Annotation, Bookmark or PageLink. | "PageLink" |
Handle | Object handle | $index |
Name | New destination name. | "Test" |
Result
Returns OK or error.
Description
Changes the name of a named destination.Named destinations can be accessed by link annotations, bookmarks, and actions. For link annotations the object type PageLink or Annotation can be used.
If the function succeeds the return value is OK.
See also ChangeNamedDest function in DynaPDF manual.
See also
Release notes
- Version 13.1
- Added DynaPDF.ChangeNamedDest function.
Blog Entries
- New in MBS FileMaker Plugin 13.1
- Neues MBS Plugin 13.1 für Claris FileMaker
- MBS Plugin 13.1 for Claris FileMaker
- MBS FileMaker Plugin, version 13.1pr1
This function checks for a license.
Created 25th January 2023, last changed 25th January 2023