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

Blog Entries

This function checks for a license.

Created 25th January 2023, last changed 25th January 2023


DynaPDF.ChangeLinkAnnot - DynaPDF.ChangeOCGName