EVO Excel to PDF Converter

BookmarksCollection Class

EVO Excel to PDF Converter Documentation
Represents a collection of bookmarks of a document.
Inheritance Hierarchy

SystemObject
  EvoExcelToPdfBookmarksCollection

Namespace:  EvoExcelToPdf
Assembly:  evoexceltopdf (in evoexceltopdf.dll) Version: 10.0.0.0
Syntax

public class BookmarksCollection : IEnumerable

The BookmarksCollection type exposes the following members.

Properties

  NameDescription
Public propertyCount
The number of bookmarks in this PDF bookmarks collection
Public propertyDocument
The parent document of this collection
Public propertyItem
Gets the bookmark at the specified zero based index in the bookmarks collection.
Top
Methods

  NameDescription
Public methodAddNewBookmark
Adds a new bookmark to the collection.
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
Gets the collection enumerator.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInsertNewBookmark
Creates a new bookmark and inserts it at the specified zero based position index in collection.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRemove(Bookmark)
Removes the specified PDF bookmark.
Public methodRemove(Int32)
Removes the PDF bookmark at the specified index in collection.
Public methodRemoveAll
Removes all the bookmarks from collection
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also

Reference