Click or drag to resize
Pdf Library for .NET

PdfBookmarksCollection Class

Represents the collection of bookmarks in a pdf document.
Inheritance Hierarchy
SystemObject
  SelectPdfPdfBookmarksCollection

Namespace: SelectPdf
Assembly: Select.HtmlToPdf (in Select.HtmlToPdf.dll) Version: 26.2
Syntax
public class PdfBookmarksCollection : IEnumerable

The PdfBookmarksCollection type exposes the following members.

Properties
 NameDescription
Public propertyCount The number of bookmarks in the pdf bookmarks collection.
Public propertyDocument The parent pdf document of the bookmarks collection.
Public propertyItem Gets or sets the bookmark at the specified zero based index in the bookmarks collection.
Top
Methods
 NameDescription
Public methodAdd Adds a new bookmark to the bookmarks collection.
Public methodGetEnumerator Gets the collection enumerator.
Public methodInsert Creates a new bookmark and inserts it at the specified zero based index in the bookmarks collection.
Public methodRemove Removes the specified pdf bookmark.
Public methodRemoveAt Removes the pdf bookmark at the specified index in the bookmarks collection.
Top
See Also