Click or drag to resize

Bookmark Class

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

Namespace: ExpertPdf.HtmlToPdf.PdfDocument
Assembly: ephtmltopdf (in ephtmltopdf.dll) Version: 21.1.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