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:
11.4
11.5
12.0
12.1
12.2
12.3
12.4
12.5
13.0
13.1
Statistic
FMM
Blog
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
Release notes
- Version 13.1
- Added DynaPDF.ChangeNamedDest function.
Blog Entries
This function checks for a paid license.
Created 25th January 2023, last changed 25th January 2023
