Click or drag to resize

Bookmark Class

Represents a bookmark in the PDF document
Inheritance Hierarchy
SystemObject
  ExpertPdf.PdfCreatorBookmark

Namespace:  ExpertPdf.PdfCreator
Assembly:  epdfcreator (in epdfcreator.dll) Version: 17.0.0
Syntax
public class Bookmark

The Bookmark type exposes the following members.

Properties
  NameDescription
Public propertyColor
Gets or sets the bookmark text color.
Public propertyDescendantBookmarks
Gets a collection of all the descendant bookmarks of this bookmark.
Public propertyDestination
Gets or sets the bookmark destination.
Public propertyParentBookmark
Gets the parent bookmark of this bookmark or null if the bookmark has no parent.
Public propertyStyle
Gets or sets the bookmark text style.
Public propertyText
Gets or sets the bookmark text.
Top
See Also