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: 12.2   12.3   12.4   12.5   13.0   13.1   13.2   13.3   13.4   13.5    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
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

Release notes

Blog Entries

This function checks for a license.

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


DynaPDF.ChangeLinkAnnot - DynaPDF.ChangeOCGName

💬 Ask a question or report a problem