Apitron.PDF.Kit library for .NET
SystemObject
Apitron.PDF.Kit.FlowLayout.NavigationBookmarkEntry
Assembly: Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Top

A bookmark object that you may attach to ContentElement and get bookmark generated for it.
Inheritance Hierarchy
Apitron.PDF.Kit.FlowLayout.NavigationBookmarkEntry
Namespace: Apitron.PDF.Kit.FlowLayout.Navigation
Assembly: Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax
Constructors
Name | Description | |
---|---|---|
![]() ![]() | BookmarkEntry(String) |
Initializes a new instance of the BookmarkEntry class.
|
![]() ![]() | BookmarkEntry(ContentGenerationDelegatePageGenerationContext, String) |
Initializes a new instance of the BookmarkEntry class.
|
Remarks

Examples
C#
Bookmark bookmark = new BookmarkEntry((context) => string.Format("Bookmark on page{0}", context.CurrentPage + 1))
See Also