Apitron.PDF.Kit library for .NET
Assembly: Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)

Adds the bookmark to the first position.
Namespace: Apitron.PDF.Kit.Interactive.Navigation.DocumentLevel
Assembly: Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax
Parameters
- bookmark
- Type: Apitron.PDF.Kit.Interactive.Navigation.DocumentLevelBookmark
The bookmark.
Remarks

Examples
C#
FixedDocument document = new FixedDocument(); document.Bookmarks.AddFirst(new Bookmark(document.Pages[i], "Page #" + i));
See Also