Click or drag to resize
Pdf Library for .NET

PdfBookmark Class

Represents a bookmark in a pdf document.
Inheritance Hierarchy
SystemObject
  SelectPdfPdfBookmark

Namespace:  SelectPdf
Assembly:  Select.HtmlToPdf (in Select.HtmlToPdf.dll) Version: 23.1
Syntax
public class PdfBookmark

The PdfBookmark type exposes the following members.

Properties
  NameDescription
Public propertyChildNodes
Gets the child bookmark collection.
Public propertyColor
Gets or sets the bookmark text color.
Public propertyDestination
Gets or sets the bookmark destination.
Public propertyParent
Gets the parent of the current 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