Click or drag to resize

PdfBookmarkCollection Class

Collection of document bookmarks for use in a PdfDocument.
Inheritance Hierarchy
SystemObject
  RadPdf.Data.Document.BookmarksPdfBookmarkCollection

Namespace:  RadPdf.Data.Document.Bookmarks
Assembly:  RadPdfStandard (in RadPdfStandard.dll) Version: 5.6.0.0 (5.6.0.0)
Syntax
public class PdfBookmarkCollection : IEnumerable, 
	ICollection<PdfBookmark>, IEnumerable<PdfBookmark>

The PdfBookmarkCollection type exposes the following members.

Properties
  NameDescription
Public propertyCount
Gets the number of elements contained in the PdfBookmarkCollection.
Public propertyIsReadOnly
Gets a value indicating whether the PdfBookmarkCollection is read-only.
Public propertyItem
Gets the element at the specified index.
Top
Methods
  NameDescription
Public methodAdd(PdfBookmark)
Adds a PdfBookmark to the PdfBookmarkCollection.
Public methodAdd(String, PdfDestination)
Adds a PdfBookmark to the PdfBookmarkCollection.
Public methodAdd(String, PdfPage)
Adds a PdfBookmark to the PdfBookmarkCollection.
Public methodClear
Removes all items from the PdfBookmarkCollection.
Public methodContains
Determines whether the PdfBookmarkCollection contains a specific PdfBookmark
Public methodCopyTo
Copies the elements of the PdfBookmarkCollection to an Array, starting at a particular Array index.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetEnumerator
Returns an enumerator that iterates through a PdfBookmarkCollection.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIndexOf
Determines the index of a specific PdfBookmark in the PdfBookmarkCollection.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRemove
Removes the first occurrence of a specific PdfBookmark from the PdfBookmarkCollection.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Remarks

Some PDF readers / viewers call bookmarks document outlines.

See Also