BookmarkAddLast Method

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Adds the bookmark to the last 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

public void AddLast(
	Bookmark bookmark
)

Parameters

bookmark
Type: Apitron.PDF.Kit.Interactive.Navigation.DocumentLevelBookmark
The bookmark.
Remarks

Examples

C#
FixedDocument document = new FixedDocument();

document.Bookmarks.AddLast(new Bookmark(document.Pages[i], "Page #" + i));
See Also

Reference