Click or drag to resize

PdfBookmarkCollections Class

Represents the collection of bookmarks insde a PDF document.
Inheritance Hierarchy
SystemObject
  Patagames.Pdf.NetPdfBookmarkCollections

Namespace: Patagames.Pdf.Net
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public class PdfBookmarkCollections : IEnumerable<PdfBookmark>, 
	IEnumerable

The PdfBookmarkCollections type exposes the following members.

Properties
 NameDescription
Public propertyCount Gets the number of PdfBookmark contained in the collection.
Public propertyIsReadOnly Gets a value indicating whether the collection is read-only.
Public propertyItemInt32 Gets or sets the PdfBookmark at the specified index
Public propertyItemIntPtr Gets the PdfBookmark with the specified handle
Public propertyParent Gets parent bookmark.
Top
Methods
 NameDescription
Public methodClear Removes all PdfBookmark from the collection
Public methodContains Determines whether the collection contains a specific PdfBookmark.
Public methodCopyTo Copies the elements of the collections to an System.Array, starting at a particular System.Array index.
Public methodDeleteAt Removes the bookmark at the specified index of collection.
Public methodFind Find a bookmark in the PDF document, using the bookmark title
Public methodGetEnumerator Returns an enumerator that iterates through the collection.
Public methodIndexOf Determines the index of a specific PdfBookmark in the collection.
Public methodInsertAt(Int32, String, PdfAction) Inserts a bookmark with the specified action into the collection at the specified index.
Public methodInsertAt(Int32, String, PdfDestination) Inserts a bookmark with the specified destination into the collection at the specified index.
Public methodInsertAt(Int32, String, PdfPage) Inserts a bookmark into the collection at the specified index.
Public methodRemove Removes the first occurrence of a specific PdfBookmark from the collection.
Top
See Also