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 | Bookmark title | "Chapter 2" | |
Parent | Immediate parent bookmark | -1 | |
DestPage | Destination page that should be opened. | 5 | |
Open | Optionally, open or close the node when it contains children. Default 0. | 0 | Optional |
AddChildren | Optionally, add all bookmarks below the new one as children. Default 0. | 0 | Optional |
Returns new bookmark handle or error.
See also InsertBookmark function in DynaPDF manual.
This function checks for a license.
Created 18th August 2014, last changed 18th August 2014