PdfBookmark Class |
Namespace: RadPdf.Data.Document.Bookmarks
The PdfBookmark type exposes the following members.
| Name | Description | |
|---|---|---|
| Children |
Gets a collection of bookmarks / outlines which are direct children of this bookmark.
| |
| Color |
Gets or sets a font color for the bookmark / outline.
| |
| Destination |
Gets or sets a value representing the destination page of this bookmark.
| |
| IsDeleted |
Gets a value representing if this bookmark was deleted by RAD PDF.
| |
| IsOpen |
Gets a value representing if this bookmark's children are open / expanded or collapsed.
| |
| StyleBold |
Gets or sets a value representing the bookmark's bold font styling.
| |
| StyleItalic |
Gets or sets a value representing the bookmark's italic font styling.
| |
| Title |
Gets or sets a value representing the bookmark's title.
|
| Name | Description | |
|---|---|---|
| Delete |
Delete this PdfBookmark instance from its page.
| |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
Some PDF readers / viewers call bookmarks document outlines.