|  | |
| PdfBookmarksCollection Class | |
 Inheritance Hierarchy
Inheritance HierarchyNamespace: SelectPdf
 Syntax
SyntaxThe PdfBookmarksCollection type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | Count | 
            The number of bookmarks in the pdf bookmarks collection.
             | 
|  | Document | 
            The parent pdf document of the bookmarks collection.
             | 
|  | Item | 
            Gets or sets the bookmark at the specified zero based index in the bookmarks collection.
             | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | Add | 
            Adds a new bookmark to the bookmarks collection.
             | 
|  | GetEnumerator | 
            Gets the collection enumerator.
             | 
|  | Insert | 
            Creates a new bookmark and inserts it at the specified zero based index in the bookmarks collection.
             | 
|  | Remove | 
            Removes the specified pdf bookmark.
             | 
|  | RemoveAt | 
            Removes the pdf bookmark at the specified index in the bookmarks collection.
             | 
 See Also
See Also