Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
Inserts a bookmark in an existing outline tree.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
DynaPDF | 4.0 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
Parameter | Description | Example | Flags |
---|---|---|---|
The PDF reference returned from DynaPDF.New. | |||
Title | The Bookmark title. | "Chapter 1" | |
Parent | Immediate parent bookmark. Must be a valid bookmark handle or -1. | -1 | |
NamedDest | Named Destination handle | $Dest | |
Open | Optional, whether to open or close the node when it contains children. Default is 0 to close. | 1 | Optional |
AddChildren | Optionally, add all bookmarks below the new one as children. Default 0. | 0 | Optional |
Returns new bookmark handle or error.
See also InsertBookmarkEx function in DynaPDF manual.
This function checks for a license.
Created 18th August 2014, last changed 18th August 2014