BookmarkEntry Class

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
A bookmark object that you may attach to ContentElement and get bookmark generated for it.
Inheritance Hierarchy

SystemObject
  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

public sealed class BookmarkEntry
Constructors

  NameDescription
Public methodCode exampleBookmarkEntry(String)
Initializes a new instance of the BookmarkEntry class.
Public methodCode exampleBookmarkEntry(ContentGenerationDelegatePageGenerationContext, String)
Initializes a new instance of the BookmarkEntry class.
Top
Remarks

Examples

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

Reference