Represents a collection of bookmarks of a document.
Inheritance Hierarchy
Winnovative.ExcelToPdfBookmarksCollection
Namespace: Winnovative.ExcelToPdf
Assembly: wnvexceltopdf (in wnvexceltopdf.dll) Version: 10.0.0.0
Syntax
The BookmarksCollection type exposes the following members.
Properties
Name | Description | |
---|---|---|
Count |
The number of bookmarks in this PDF bookmarks collection
| |
Document |
The parent document of this collection
| |
Item |
Gets the bookmark at the specified zero based index in the bookmarks collection.
|
Methods
Name | Description | |
---|---|---|
AddNewBookmark |
Adds a new bookmark to the collection.
| |
Equals | (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetEnumerator |
Gets the collection enumerator.
| |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
InsertNewBookmark |
Creates a new bookmark and inserts it at the specified zero based position index in collection.
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
Remove(Bookmark) |
Removes the specified PDF bookmark.
| |
Remove(Int32) |
Removes the PDF bookmark at the specified index in collection.
| |
RemoveAll |
Removes all the bookmarks from collection
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
See Also